Html Css Color HEX #F11D8F Deep Pink

📋 copy color: '#F11D8F'

red 241 ◦ green 29 ◦ blue 143

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

Shades of Deep Pink #F11D8F

Tints of Deep Pink #F11D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 58.35%
G = 7.02%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F11D8F (or 0xF11D8F) is known color: Deep Pink. HEX triplet: F1, 1D and 8F. RGB value is (241,29,143). Sum of RGB (Red+Green+Blue) = 241+29+143=413 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.35% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11D8F is #0EE270. Grayscale: #696969. Windows color (decimal): -975473 or 9379313. OLE color: 9379313.

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

Color convert

RGB 241 29 143 -
CMYK 0 0.88 0.41 0.05
HSL 327.74º 0.88% 0.53% -
HSV(B) 327.74º 0.88% 0.95% -
XYZ 41.67 21.56 27.95 -
YUV 105.38 149.24 224.73 -
System Red Green Blue C M Y K H S L
Decimal 241 29 143 0 0.88 0.41 0.05 327.74 0.88 0.53
Hex F1 1D 8F 0 58 29 5 148 58 35
Octal 361 35 217 0 130 51 5 510 130 65
Binary 11110001 11101 10001111 0 1011000 101001 101 101001000 1011000 110101

Color Harmonies of #F11D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D8F

Black with #F11D8F

Text Example


Text Example

White with #F11D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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