Html Css Color HEX #F12091 Deep Pink

📋 copy color: '#F12091'

red 241 ◦ green 32 ◦ blue 145

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

Shades of Deep Pink #F12091

Tints of Deep Pink #F12091

RGB

 RED value IS 241 (94.53% from 255) = 57.66%

 GREEN value IS 32 (12.89% from 255) = 7.66%

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

R = 57.66%
G = 7.66%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F12091 (or 0xF12091) is known color: Deep Pink. HEX triplet: F1, 20 and 91. RGB value is (241,32,145). Sum of RGB (Red+Green+Blue) = 241+32+145=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F12091 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12091 is #0EDF6E. Grayscale: #6B6B6B. Windows color (decimal): -974703 or 9511153. OLE color: 9511153.

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

Color convert

RGB 241 32 145 -
CMYK 0 0.87 0.40 0.05
HSL 327.56º 0.88% 0.54% -
HSV(B) 327.56º 0.87% 0.95% -
XYZ 41.9 21.78 28.78 -
YUV 107.37 149.24 223.31 -
System Red Green Blue C M Y K H S L
Decimal 241 32 145 0 0.87 0.40 0.05 327.56 0.88 0.54
Hex F1 20 91 0 57 28 5 148 58 36
Octal 361 40 221 0 127 50 5 510 130 66
Binary 11110001 100000 10010001 0 1010111 101000 101 101001000 1011000 110110

Color Harmonies of #F12091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12091

Black with #F12091

Text Example


Text Example

White with #F12091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12091; }

 p { color: rgb(241,32,145); }

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

background-color css

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

 a { background-color: rgb(241,32,145); }

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

border-color css

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

 span { border-color: rgb(241,32,145); }

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