Html Css Color HEX #F11895 Deep Pink

📋 copy color: '#F11895'

red 241 ◦ green 24 ◦ blue 149

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

Shades of Deep Pink #F11895

Tints of Deep Pink #F11895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.8%

 BLUE value IS 149 (58.59% from 255) = 35.99%

R = 58.21%
G = 5.8%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F11895 (or 0xF11895) is known color: Deep Pink. HEX triplet: F1, 18 and 95. RGB value is (241,24,149). Sum of RGB (Red+Green+Blue) = 241+24+149=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F11895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11895 is #0EE76A. Grayscale: #666666. Windows color (decimal): -976747 or 9771249. OLE color: 9771249.

HSL color Cylindrical-coordinate representation of color #F11895: hue angle of 325.44º 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 #F11895 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 24 149 -
CMYK 0 0.90 0.38 0.05
HSL 325.44º 0.89% 0.52% -
HSV(B) 325.44º 0.9% 0.95% -
XYZ 42.03 21.52 30.37 -
YUV 103.13 153.89 226.34 -
System Red Green Blue C M Y K H S L
Decimal 241 24 149 0 0.90 0.38 0.05 325.44 0.89 0.52
Hex F1 18 95 0 5A 26 5 145 59 34
Octal 361 30 225 0 132 46 5 505 131 64
Binary 11110001 11000 10010101 0 1011010 100110 101 101000101 1011001 110100

Color Harmonies of #F11895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11895

Black with #F11895

Text Example


Text Example

White with #F11895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11895; }

 p { color: rgb(241,24,149); }

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

background-color css

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

 a { background-color: rgb(241,24,149); }

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

border-color css

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

 span { border-color: rgb(241,24,149); }

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