#f4258a

Color #F4258A Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F4258A

Tints of Deep Pink #F4258A

Color information

#F4258A (or 0xF4258A) is unknown color: approx Deep Pink. HEX triplet: F4, 25 and 8A. RGB value is (244,37,138). Sum of RGB (Red+Green+Blue) = 244+37+138=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F4258A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4258A is #0BDA75. Grayscale: #6E6E6E. Windows color (decimal): -776822 or 9053684. OLE color: 9053684.

HSL color Cylindrical-coordinate representation of color #F4258A: hue angle of 330.72º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4258A is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB24437138-
CMYK00.850.430.04
HSL330.72º90.39%55.1%-
HSV(B)330.72º84.84%95.69%-
XYZ42.5622.3926.12-
YUV110.41143.58223.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 58.23%
GREEN value IS 37 (14.84% from 255) = 8.83%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=58.23%
G=8.83%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2443713800.850.430.04330.7290.3955.1
HexF4258A0552B414b5a37
Octal36445212012553451313267
Binary1111010010010110001010010101011010111001010010111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4258a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4258a; }

 p { color: rgb(244,37,138); }

 H1.HeaderClassName
 {
   color: #f4258a;
 }
 .AnyTagClassName
 {
   color: #f4258a;
 }
</style>
background-color css

<style>
 a { background-color: #f4258a; }

 a { background-color: rgb(244,37,138); }

 div.DivClassName
 {
   background-color: #f4258a;
 }
 .BgClassName
 {
   background-color: #f4258a;
 }
</style>
border-color css

<style>
 span { border-color: #f4258a; }

 span { border-color: rgb(244,37,138); }

 td.TdClassName
 {
   border-color: #f4258a;
 }
 .TagClassName
 {
   border-color: #f4258a;
 }
</style>