Html Css Color HEX #F11E80 Deep Pink

📋 copy color: '#F11E80'

red 241 ◦ green 30 ◦ blue 128

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

Shades of Deep Pink #F11E80

Tints of Deep Pink #F11E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 60.4%
G = 7.52%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F11E80 (or 0xF11E80) is known color: Deep Pink. HEX triplet: F1, 1E and 80. RGB value is (241,30,128). Sum of RGB (Red+Green+Blue) = 241+30+128=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11E80 is #0EE17F. Grayscale: #686868. Windows color (decimal): -975232 or 8396529. OLE color: 8396529.

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

Color convert

RGB 241 30 128 -
CMYK 0 0.88 0.47 0.05
HSL 332.13º 0.88% 0.53% -
HSV(B) 332.13º 0.88% 0.95% -
XYZ 40.64 21.19 22.37 -
YUV 104.26 141.4 225.53 -
System Red Green Blue C M Y K H S L
Decimal 241 30 128 0 0.88 0.47 0.05 332.13 0.88 0.53
Hex F1 1E 80 0 58 2F 5 14C 58 35
Octal 361 36 200 0 130 57 5 514 130 65
Binary 11110001 11110 10000000 0 1011000 101111 101 101001100 1011000 110101

Color Harmonies of #F11E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E80

Black with #F11E80

Text Example


Text Example

White with #F11E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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