Html Css Color HEX #F11391 Deep Pink

📋 copy color: '#F11391'

red 241 ◦ green 19 ◦ blue 145

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

Shades of Deep Pink #F11391

Tints of Deep Pink #F11391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.69%

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

R = 59.51%
G = 4.69%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11391 (or 0xF11391) is known color: Deep Pink. HEX triplet: F1, 13 and 91. RGB value is (241,19,145). Sum of RGB (Red+Green+Blue) = 241+19+145=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F11391 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11391 is #0EEC6E. Grayscale: #636363. Windows color (decimal): -978031 or 9507825. OLE color: 9507825.

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

Color convert

RGB 241 19 145 -
CMYK 0 0.92 0.40 0.05
HSL 325.95º 0.89% 0.51% -
HSV(B) 325.95º 0.92% 0.95% -
XYZ 41.62 21.21 28.69 -
YUV 99.74 153.55 228.75 -
System Red Green Blue C M Y K H S L
Decimal 241 19 145 0 0.92 0.40 0.05 325.95 0.89 0.51
Hex F1 13 91 0 5C 28 5 146 59 33
Octal 361 23 221 0 134 50 5 506 131 63
Binary 11110001 10011 10010001 0 1011100 101000 101 101000110 1011001 110011

Color Harmonies of #F11391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11391

Black with #F11391

Text Example


Text Example

White with #F11391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11391; }

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

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

background-color css

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

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

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

border-color css

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

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

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