Html Css Color HEX #F11D89 Deep Pink

📋 copy color: '#F11D89'

red 241 ◦ green 29 ◦ blue 137

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

Shades of Deep Pink #F11D89

Tints of Deep Pink #F11D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.13%

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

R = 59.21%
G = 7.13%
B = 33.66%

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

#F11D89 (or 0xF11D89) is known color: Deep Pink. HEX triplet: F1, 1D and 89. RGB value is (241,29,137). Sum of RGB (Red+Green+Blue) = 241+29+137=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11D89 is #0EE276. Grayscale: #686868. Windows color (decimal): -975479 or 8986097. OLE color: 8986097.

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

Color convert

RGB 241 29 137 -
CMYK 0 0.88 0.43 0.05
HSL 329.43º 0.88% 0.53% -
HSV(B) 329.43º 0.88% 0.95% -
XYZ 41.23 21.39 25.62 -
YUV 104.7 146.24 225.22 -
System Red Green Blue C M Y K H S L
Decimal 241 29 137 0 0.88 0.43 0.05 329.43 0.88 0.53
Hex F1 1D 89 0 58 2B 5 149 58 35
Octal 361 35 211 0 130 53 5 511 130 65
Binary 11110001 11101 10001001 0 1011000 101011 101 101001001 1011000 110101

Color Harmonies of #F11D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D89

Black with #F11D89

Text Example


Text Example

White with #F11D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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