Html Css Color HEX #F01092 Deep Pink

📋 copy color: '#F01092'

red 240 ◦ green 16 ◦ blue 146

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

Shades of Deep Pink #F01092

Tints of Deep Pink #F01092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.98%

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 59.7%
G = 3.98%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F01092 (or 0xF01092) is known color: Deep Pink. HEX triplet: F0, 10 and 92. RGB value is (240,16,146). Sum of RGB (Red+Green+Blue) = 240+16+146=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F01092 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01092 is #0FEF6D. Grayscale: #616161. Windows color (decimal): -1044334 or 9572592. OLE color: 9572592.

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

Color convert

RGB 240 16 146 -
CMYK 0 0.93 0.39 0.06
HSL 325.18º 0.88% 0.5% -
HSV(B) 325.18º 0.93% 0.94% -
XYZ 41.31 20.97 29.06 -
YUV 97.8 155.21 229.43 -
System Red Green Blue C M Y K H S L
Decimal 240 16 146 0 0.93 0.39 0.06 325.18 0.88 0.5
Hex F0 10 92 0 5D 27 6 145 58 32
Octal 360 20 222 0 135 47 6 505 130 62
Binary 11110000 10000 10010010 0 1011101 100111 110 101000101 1011000 110010

Color Harmonies of #F01092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01092

Black with #F01092

Text Example


Text Example

White with #F01092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01092; }

 p { color: rgb(240,16,146); }

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

background-color css

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

 a { background-color: rgb(240,16,146); }

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

border-color css

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

 span { border-color: rgb(240,16,146); }

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