Html Css Color HEX #F11396 Deep Pink

📋 copy color: '#F11396'

red 241 ◦ green 19 ◦ blue 150

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

Shades of Deep Pink #F11396

Tints of Deep Pink #F11396

RGB

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

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

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

R = 58.78%
G = 4.63%
B = 36.59%

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

#F11396 (or 0xF11396) is known color: Deep Pink. HEX triplet: F1, 13 and 96. RGB value is (241,19,150). Sum of RGB (Red+Green+Blue) = 241+19+150=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F11396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11396 is #0EEC69. Grayscale: #646464. Windows color (decimal): -978026 or 9835505. OLE color: 9835505.

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

Color convert

RGB 241 19 150 -
CMYK 0 0.92 0.38 0.05
HSL 324.59º 0.89% 0.51% -
HSV(B) 324.59º 0.92% 0.95% -
XYZ 42.01 21.37 30.76 -
YUV 100.31 156.05 228.35 -
System Red Green Blue C M Y K H S L
Decimal 241 19 150 0 0.92 0.38 0.05 324.59 0.89 0.51
Hex F1 13 96 0 5C 26 5 145 59 33
Octal 361 23 226 0 134 46 5 505 131 63
Binary 11110001 10011 10010110 0 1011100 100110 101 101000101 1011001 110011

Color Harmonies of #F11396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11396

Black with #F11396

Text Example


Text Example

White with #F11396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11396; }

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

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

background-color css

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

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

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

border-color css

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

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

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