Html Css Color HEX #F11D9A Deep Pink

📋 copy color: '#F11D9A'

red 241 ◦ green 29 ◦ blue 154

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

Shades of Deep Pink #F11D9A

Tints of Deep Pink #F11D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 56.84%
G = 6.84%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F11D9A (or 0xF11D9A) is known color: Deep Pink. HEX triplet: F1, 1D and 9A. RGB value is (241,29,154). Sum of RGB (Red+Green+Blue) = 241+29+154=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11D9A is #0EE265. Grayscale: #6A6A6A. Windows color (decimal): -975462 or 10100209. OLE color: 10100209.

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

Color convert

RGB 241 29 154 -
CMYK 0 0.88 0.36 0.05
HSL 324.62º 0.88% 0.53% -
HSV(B) 324.62º 0.88% 0.95% -
XYZ 42.55 21.91 32.56 -
YUV 106.64 154.74 223.84 -
System Red Green Blue C M Y K H S L
Decimal 241 29 154 0 0.88 0.36 0.05 324.62 0.88 0.53
Hex F1 1D 9A 0 58 24 5 145 58 35
Octal 361 35 232 0 130 44 5 505 130 65
Binary 11110001 11101 10011010 0 1011000 100100 101 101000101 1011000 110101

Color Harmonies of #F11D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D9A

Black with #F11D9A

Text Example


Text Example

White with #F11D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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