Html Css Color HEX #F11D8D Deep Pink

📋 copy color: '#F11D8D'

red 241 ◦ green 29 ◦ blue 141

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

Shades of Deep Pink #F11D8D

Tints of Deep Pink #F11D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 58.64%
G = 7.06%
B = 34.31%

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

#F11D8D (or 0xF11D8D) is known color: Deep Pink. HEX triplet: F1, 1D and 8D. RGB value is (241,29,141). Sum of RGB (Red+Green+Blue) = 241+29+141=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11D8D is #0EE272. Grayscale: #686868. Windows color (decimal): -975475 or 9248241. OLE color: 9248241.

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

Color convert

RGB 241 29 141 -
CMYK 0 0.88 0.41 0.05
HSL 328.3º 0.88% 0.53% -
HSV(B) 328.3º 0.88% 0.95% -
XYZ 41.52 21.5 27.16 -
YUV 105.16 148.24 224.89 -
System Red Green Blue C M Y K H S L
Decimal 241 29 141 0 0.88 0.41 0.05 328.3 0.88 0.53
Hex F1 1D 8D 0 58 29 5 148 58 35
Octal 361 35 215 0 130 51 5 510 130 65
Binary 11110001 11101 10001101 0 1011000 101001 101 101001000 1011000 110101

Color Harmonies of #F11D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D8D

Black with #F11D8D

Text Example


Text Example

White with #F11D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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