Html Css Color HEX #F11991 Deep Pink

📋 copy color: '#F11991'

red 241 ◦ green 25 ◦ blue 145

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

Shades of Deep Pink #F11991

Tints of Deep Pink #F11991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.08%

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

R = 58.64%
G = 6.08%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11991 (or 0xF11991) is known color: Deep Pink. HEX triplet: F1, 19 and 91. RGB value is (241,25,145). Sum of RGB (Red+Green+Blue) = 241+25+145=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F11991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11991 is #0EE66E. Grayscale: #676767. Windows color (decimal): -976495 or 9509361. OLE color: 9509361.

HSL color Cylindrical-coordinate representation of color #F11991: hue angle of 326.67º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11991 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 145 -
CMYK 0 0.90 0.40 0.05
HSL 326.67º 0.89% 0.52% -
HSV(B) 326.67º 0.9% 0.95% -
XYZ 41.73 21.44 28.73 -
YUV 103.26 151.56 226.24 -
System Red Green Blue C M Y K H S L
Decimal 241 25 145 0 0.90 0.40 0.05 326.67 0.89 0.52
Hex F1 19 91 0 5A 28 5 147 59 34
Octal 361 31 221 0 132 50 5 507 131 64
Binary 11110001 11001 10010001 0 1011010 101000 101 101000111 1011001 110100

Color Harmonies of #F11991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11991

Black with #F11991

Text Example


Text Example

White with #F11991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11991; }

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

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

background-color css

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

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

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

border-color css

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

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

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