Html Css Color HEX #F01689 Deep Pink

📋 copy color: '#F01689'

red 240 ◦ green 22 ◦ blue 137

#F01689
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F01689

Tints of Deep Pink #F01689

RGB

 RED value IS 240 (94.14% from 255) = 60.15%

 GREEN value IS 22 (8.98% from 255) = 5.51%

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 60.15%
G = 5.51%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F01689 (or 0xF01689) is known color: Deep Pink. HEX triplet: F0, 16 and 89. RGB value is (240,22,137). Sum of RGB (Red+Green+Blue) = 240+22+137=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F01689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01689 is #0FE976. Grayscale: #646464. Windows color (decimal): -1042807 or 8984304. OLE color: 8984304.

HSL color Cylindrical-coordinate representation of color #F01689: hue angle of 328.35º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01689 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 137 -
CMYK 0 0.91 0.43 0.06
HSL 328.35º 0.88% 0.51% -
HSV(B) 328.35º 0.91% 0.94% -
XYZ 40.74 20.91 25.55 -
YUV 100.29 148.72 227.65 -
System Red Green Blue C M Y K H S L
Decimal 240 22 137 0 0.91 0.43 0.06 328.35 0.88 0.51
Hex F0 16 89 0 5B 2B 6 148 58 33
Octal 360 26 211 0 133 53 6 510 130 63
Binary 11110000 10110 10001001 0 1011011 101011 110 101001000 1011000 110011

Color Harmonies of #F01689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01689

Black with #F01689

Text Example


Text Example

White with #F01689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01689; }

 p { color: rgb(240,22,137); }

 H1.HeaderClassName
 {
   color: #F01689;
 }
 .AnyTagClassName
 {
   color: #F01689;
 }
</style>

background-color css

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

 a { background-color: rgb(240,22,137); }

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

border-color css

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

 span { border-color: rgb(240,22,137); }

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