Html Css Color HEX #F11E89 Deep Pink

📋 copy color: '#F11E89'

red 241 ◦ green 30 ◦ blue 137

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

Shades of Deep Pink #F11E89

Tints of Deep Pink #F11E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.58%

R = 59.07%
G = 7.35%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F11E89 (or 0xF11E89) is known color: Deep Pink. HEX triplet: F1, 1E and 89. RGB value is (241,30,137). Sum of RGB (Red+Green+Blue) = 241+30+137=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 30 (12.11% from 255 or 7.35% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11E89 is #0EE176. Grayscale: #696969. Windows color (decimal): -975223 or 8986353. OLE color: 8986353.

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

Color convert

RGB 241 30 137 -
CMYK 0 0.88 0.43 0.05
HSL 329.57º 0.88% 0.53% -
HSV(B) 329.57º 0.88% 0.95% -
XYZ 41.26 21.44 25.63 -
YUV 105.29 145.9 224.8 -
System Red Green Blue C M Y K H S L
Decimal 241 30 137 0 0.88 0.43 0.05 329.57 0.88 0.53
Hex F1 1E 89 0 58 2B 5 14A 58 35
Octal 361 36 211 0 130 53 5 512 130 65
Binary 11110001 11110 10001001 0 1011000 101011 101 101001010 1011000 110101

Color Harmonies of #F11E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11E89

Black with #F11E89

Text Example


Text Example

White with #F11E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11E89; }

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

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

background-color css

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

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

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

border-color css

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

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

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