Html Css Color HEX #F11591 Deep Pink

📋 copy color: '#F11591'

red 241 ◦ green 21 ◦ blue 145

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

Shades of Deep Pink #F11591

Tints of Deep Pink #F11591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.16%

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

R = 59.21%
G = 5.16%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11591 (or 0xF11591) is known color: Deep Pink. HEX triplet: F1, 15 and 91. RGB value is (241,21,145). Sum of RGB (Red+Green+Blue) = 241+21+145=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F11591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11591 is #0EEA6E. Grayscale: #646464. Windows color (decimal): -977519 or 9508337. OLE color: 9508337.

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

Color convert

RGB 241 21 145 -
CMYK 0 0.91 0.40 0.05
HSL 326.18º 0.89% 0.51% -
HSV(B) 326.18º 0.91% 0.95% -
XYZ 41.65 21.28 28.7 -
YUV 100.92 152.89 227.92 -
System Red Green Blue C M Y K H S L
Decimal 241 21 145 0 0.91 0.40 0.05 326.18 0.89 0.51
Hex F1 15 91 0 5B 28 5 146 59 33
Octal 361 25 221 0 133 50 5 506 131 63
Binary 11110001 10101 10010001 0 1011011 101000 101 101000110 1011001 110011

Color Harmonies of #F11591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11591

Black with #F11591

Text Example


Text Example

White with #F11591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11591; }

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

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

background-color css

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

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

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

border-color css

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

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

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