Html Css Color HEX #F01388 Deep Pink

📋 copy color: '#F01388'

red 240 ◦ green 19 ◦ blue 136

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

Shades of Deep Pink #F01388

Tints of Deep Pink #F01388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.81%

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

R = 60.76%
G = 4.81%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#F01388 (or 0xF01388) is known color: Deep Pink. HEX triplet: F0, 13 and 88. RGB value is (240,19,136). Sum of RGB (Red+Green+Blue) = 240+19+136=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F01388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01388 is #0FEC77. Grayscale: #626262. Windows color (decimal): -1043576 or 8918000. OLE color: 8918000.

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

Color convert

RGB 240 19 136 -
CMYK 0 0.92 0.43 0.06
HSL 328.24º 0.88% 0.51% -
HSV(B) 328.24º 0.92% 0.94% -
XYZ 40.61 20.77 25.16 -
YUV 98.42 149.22 228.99 -
System Red Green Blue C M Y K H S L
Decimal 240 19 136 0 0.92 0.43 0.06 328.24 0.88 0.51
Hex F0 13 88 0 5C 2B 6 148 58 33
Octal 360 23 210 0 134 53 6 510 130 63
Binary 11110000 10011 10001000 0 1011100 101011 110 101001000 1011000 110011

Color Harmonies of #F01388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01388

Black with #F01388

Text Example


Text Example

White with #F01388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01388; }

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

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

background-color css

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

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

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

border-color css

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

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

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