Html Css Color HEX #F01786 Deep Pink

📋 copy color: '#F01786'

red 240 ◦ green 23 ◦ blue 134

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

Shades of Deep Pink #F01786

Tints of Deep Pink #F01786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.79%

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

R = 60.45%
G = 5.79%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F01786 (or 0xF01786) is known color: Deep Pink. HEX triplet: F0, 17 and 86. RGB value is (240,23,134). Sum of RGB (Red+Green+Blue) = 240+23+134=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F01786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01786 is #0FE879. Grayscale: #646464. Windows color (decimal): -1042554 or 8787952. OLE color: 8787952.

HSL color Cylindrical-coordinate representation of color #F01786: hue angle of 329.31º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01786 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 23 134 -
CMYK 0 0.90 0.44 0.06
HSL 329.31º 0.88% 0.52% -
HSV(B) 329.31º 0.9% 0.94% -
XYZ 40.54 20.86 24.44 -
YUV 100.54 146.89 227.47 -
System Red Green Blue C M Y K H S L
Decimal 240 23 134 0 0.90 0.44 0.06 329.31 0.88 0.52
Hex F0 17 86 0 5A 2C 6 149 58 34
Octal 360 27 206 0 132 54 6 511 130 64
Binary 11110000 10111 10000110 0 1011010 101100 110 101001001 1011000 110100

Color Harmonies of #F01786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01786

Black with #F01786

Text Example


Text Example

White with #F01786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01786; }

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

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

background-color css

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

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

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

border-color css

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

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

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