Html Css Color HEX #F11E86 Deep Pink

📋 copy color: '#F11E86'

red 241 ◦ green 30 ◦ blue 134

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

Shades of Deep Pink #F11E86

Tints of Deep Pink #F11E86

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.41%

 BLUE value IS 134 (52.73% from 255) = 33.09%

R = 59.51%
G = 7.41%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F11E86 (or 0xF11E86) is known color: Deep Pink. HEX triplet: F1, 1E and 86. RGB value is (241,30,134). Sum of RGB (Red+Green+Blue) = 241+30+134=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11E86 is #0EE179. Grayscale: #686868. Windows color (decimal): -975226 or 8789745. OLE color: 8789745.

HSL color Cylindrical-coordinate representation of color #F11E86: hue angle of 330.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11E86 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 30 134 -
CMYK 0 0.88 0.44 0.05
HSL 330.43º 0.88% 0.53% -
HSV(B) 330.43º 0.88% 0.95% -
XYZ 41.04 21.35 24.51 -
YUV 104.95 144.4 225.04 -
System Red Green Blue C M Y K H S L
Decimal 241 30 134 0 0.88 0.44 0.05 330.43 0.88 0.53
Hex F1 1E 86 0 58 2C 5 14A 58 35
Octal 361 36 206 0 130 54 5 512 130 65
Binary 11110001 11110 10000110 0 1011000 101100 101 101001010 1011000 110101

Color Harmonies of #F11E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E86

Black with #F11E86

Text Example


Text Example

White with #F11E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E86; }

 p { color: rgb(241,30,134); }

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

background-color css

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

 a { background-color: rgb(241,30,134); }

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

border-color css

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

 span { border-color: rgb(241,30,134); }

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