Html Css Color HEX #F01586 Deep Pink

📋 copy color: '#F01586'

red 240 ◦ green 21 ◦ blue 134

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

Shades of Deep Pink #F01586

Tints of Deep Pink #F01586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.32%

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 60.76%
G = 5.32%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F01586 (or 0xF01586) is known color: Deep Pink. HEX triplet: F0, 15 and 86. RGB value is (240,21,134). Sum of RGB (Red+Green+Blue) = 240+21+134=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F01586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01586 is #0FEA79. Grayscale: #636363. Windows color (decimal): -1043066 or 8787440. OLE color: 8787440.

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

Color convert

RGB 240 21 134 -
CMYK 0 0.91 0.44 0.06
HSL 329.04º 0.88% 0.51% -
HSV(B) 329.04º 0.91% 0.94% -
XYZ 40.51 20.78 24.43 -
YUV 99.36 147.55 228.31 -
System Red Green Blue C M Y K H S L
Decimal 240 21 134 0 0.91 0.44 0.06 329.04 0.88 0.51
Hex F0 15 86 0 5B 2C 6 149 58 33
Octal 360 25 206 0 133 54 6 511 130 63
Binary 11110000 10101 10000110 0 1011011 101100 110 101001001 1011000 110011

Color Harmonies of #F01586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01586

Black with #F01586

Text Example


Text Example

White with #F01586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01586; }

 p { color: rgb(240,21,134); }

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

background-color css

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

 a { background-color: rgb(240,21,134); }

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

border-color css

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

 span { border-color: rgb(240,21,134); }

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