Html Css Color HEX #F11296 Deep Pink

📋 copy color: '#F11296'

red 241 ◦ green 18 ◦ blue 150

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

Shades of Deep Pink #F11296

Tints of Deep Pink #F11296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.4%

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

R = 58.92%
G = 4.4%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F11296 (or 0xF11296) is known color: Deep Pink. HEX triplet: F1, 12 and 96. RGB value is (241,18,150). Sum of RGB (Red+Green+Blue) = 241+18+150=409 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.92% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 241 - color contains mainly: red. Hex color #F11296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11296 is #0EED69. Grayscale: #636363. Windows color (decimal): -978282 or 9835249. OLE color: 9835249.

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

Color convert

RGB 241 18 150 -
CMYK 0 0.93 0.38 0.05
HSL 324.48º 0.89% 0.51% -
HSV(B) 324.48º 0.93% 0.95% -
XYZ 42 21.34 30.76 -
YUV 99.73 156.38 228.77 -
System Red Green Blue C M Y K H S L
Decimal 241 18 150 0 0.93 0.38 0.05 324.48 0.89 0.51
Hex F1 12 96 0 5D 26 5 144 59 33
Octal 361 22 226 0 135 46 5 504 131 63
Binary 11110001 10010 10010110 0 1011101 100110 101 101000100 1011001 110011

Color Harmonies of #F11296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11296

Black with #F11296

Text Example


Text Example

White with #F11296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11296; }

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

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

background-color css

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

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

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

border-color css

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

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

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