Html Css Color HEX #F01892 Deep Pink

📋 copy color: '#F01892'

red 240 ◦ green 24 ◦ blue 146

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

Shades of Deep Pink #F01892

Tints of Deep Pink #F01892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.85%

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

R = 58.54%
G = 5.85%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F01892 (or 0xF01892) is known color: Deep Pink. HEX triplet: F0, 18 and 92. RGB value is (240,24,146). Sum of RGB (Red+Green+Blue) = 240+24+146=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F01892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01892 is #0FE76D. Grayscale: #666666. Windows color (decimal): -1042286 or 9574640. OLE color: 9574640.

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

Color convert

RGB 240 24 146 -
CMYK 0 0.9 0.39 0.06
HSL 326.11º 0.88% 0.52% -
HSV(B) 326.11º 0.9% 0.94% -
XYZ 41.45 21.25 29.11 -
YUV 102.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 240 24 146 0 0.9 0.39 0.06 326.11 0.88 0.52
Hex F0 18 92 0 5A 27 6 146 58 34
Octal 360 30 222 0 132 47 6 506 130 64
Binary 11110000 11000 10010010 0 1011010 100111 110 101000110 1011000 110100

Color Harmonies of #F01892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01892

Black with #F01892

Text Example


Text Example

White with #F01892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01892; }

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

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

background-color css

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

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

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

border-color css

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

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

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