Html Css Color HEX #F11D8E Deep Pink

📋 copy color: '#F11D8E'

red 241 ◦ green 29 ◦ blue 142

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

Shades of Deep Pink #F11D8E

Tints of Deep Pink #F11D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 58.5%
G = 7.04%
B = 34.47%

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

#F11D8E (or 0xF11D8E) is known color: Deep Pink. HEX triplet: F1, 1D and 8E. RGB value is (241,29,142). Sum of RGB (Red+Green+Blue) = 241+29+142=412 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.50% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11D8E is #0EE271. Grayscale: #696969. Windows color (decimal): -975474 or 9313777. OLE color: 9313777.

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

Color convert

RGB 241 29 142 -
CMYK 0 0.88 0.41 0.05
HSL 328.02º 0.88% 0.53% -
HSV(B) 328.02º 0.88% 0.95% -
XYZ 41.6 21.53 27.55 -
YUV 105.27 148.74 224.81 -
System Red Green Blue C M Y K H S L
Decimal 241 29 142 0 0.88 0.41 0.05 328.02 0.88 0.53
Hex F1 1D 8E 0 58 29 5 148 58 35
Octal 361 35 216 0 130 51 5 510 130 65
Binary 11110001 11101 10001110 0 1011000 101001 101 101001000 1011000 110101

Color Harmonies of #F11D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D8E

Black with #F11D8E

Text Example


Text Example

White with #F11D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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