Html Css Color HEX #F01688 Deep Pink

📋 copy color: '#F01688'

red 240 ◦ green 22 ◦ blue 136

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

Shades of Deep Pink #F01688

Tints of Deep Pink #F01688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.17%

R = 60.3%
G = 5.53%
B = 34.17%

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

#F01688 (or 0xF01688) is known color: Deep Pink. HEX triplet: F0, 16 and 88. RGB value is (240,22,136). Sum of RGB (Red+Green+Blue) = 240+22+136=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F01688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01688 is #0FE977. Grayscale: #636363. Windows color (decimal): -1042808 or 8918768. OLE color: 8918768.

HSL color Cylindrical-coordinate representation of color #F01688: hue angle of 328.62º 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 #F01688 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 136 -
CMYK 0 0.91 0.43 0.06
HSL 328.62º 0.88% 0.51% -
HSV(B) 328.62º 0.91% 0.94% -
XYZ 40.67 20.88 25.18 -
YUV 100.18 148.22 227.73 -
System Red Green Blue C M Y K H S L
Decimal 240 22 136 0 0.91 0.43 0.06 328.62 0.88 0.51
Hex F0 16 88 0 5B 2B 6 149 58 33
Octal 360 26 210 0 133 53 6 511 130 63
Binary 11110000 10110 10001000 0 1011011 101011 110 101001001 1011000 110011

Color Harmonies of #F01688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01688

Black with #F01688

Text Example


Text Example

White with #F01688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01688; }

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

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

background-color css

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

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

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

border-color css

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

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

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