Html Css Color HEX #F11496 Deep Pink

📋 copy color: '#F11496'

red 241 ◦ green 20 ◦ blue 150

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

Shades of Deep Pink #F11496

Tints of Deep Pink #F11496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.87%

 BLUE value IS 150 (58.98% from 255) = 36.5%

R = 58.64%
G = 4.87%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F11496 (or 0xF11496) is known color: Deep Pink. HEX triplet: F1, 14 and 96. RGB value is (241,20,150). Sum of RGB (Red+Green+Blue) = 241+20+150=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F11496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11496 is #0EEB69. Grayscale: #646464. Windows color (decimal): -977770 or 9835761. OLE color: 9835761.

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

Color convert

RGB 241 20 150 -
CMYK 0 0.92 0.38 0.05
HSL 324.71º 0.89% 0.51% -
HSV(B) 324.71º 0.92% 0.95% -
XYZ 42.03 21.4 30.77 -
YUV 100.9 155.72 227.93 -
System Red Green Blue C M Y K H S L
Decimal 241 20 150 0 0.92 0.38 0.05 324.71 0.89 0.51
Hex F1 14 96 0 5C 26 5 145 59 33
Octal 361 24 226 0 134 46 5 505 131 63
Binary 11110001 10100 10010110 0 1011100 100110 101 101000101 1011001 110011

Color Harmonies of #F11496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11496

Black with #F11496

Text Example


Text Example

White with #F11496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11496; }

 p { color: rgb(241,20,150); }

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

background-color css

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

 a { background-color: rgb(241,20,150); }

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

border-color css

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

 span { border-color: rgb(241,20,150); }

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