Html Css Color HEX #F02191 Deep Pink

📋 copy color: '#F02191'

red 240 ◦ green 33 ◦ blue 145

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

Shades of Deep Pink #F02191

Tints of Deep Pink #F02191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.89%

 BLUE value IS 145 (57.03% from 255) = 34.69%

R = 57.42%
G = 7.89%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F02191 (or 0xF02191) is known color: Deep Pink. HEX triplet: F0, 21 and 91. RGB value is (240,33,145). Sum of RGB (Red+Green+Blue) = 240+33+145=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F02191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02191 is #0FDE6E. Grayscale: #6B6B6B. Windows color (decimal): -1039983 or 9511408. OLE color: 9511408.

HSL color Cylindrical-coordinate representation of color #F02191: hue angle of 327.54º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02191 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 33 145 -
CMYK 0 0.86 0.40 0.06
HSL 327.54º 0.87% 0.54% -
HSV(B) 327.54º 0.86% 0.94% -
XYZ 41.59 21.66 28.78 -
YUV 107.66 149.08 222.39 -
System Red Green Blue C M Y K H S L
Decimal 240 33 145 0 0.86 0.40 0.06 327.54 0.87 0.54
Hex F0 21 91 0 56 28 6 148 57 36
Octal 360 41 221 0 126 50 6 510 127 66
Binary 11110000 100001 10010001 0 1010110 101000 110 101001000 1010111 110110

Color Harmonies of #F02191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02191

Black with #F02191

Text Example


Text Example

White with #F02191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02191; }

 p { color: rgb(240,33,145); }

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

background-color css

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

 a { background-color: rgb(240,33,145); }

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

border-color css

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

 span { border-color: rgb(240,33,145); }

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