Html Css Color HEX #F11D90 Deep Pink

📋 copy color: '#F11D90'

red 241 ◦ green 29 ◦ blue 144

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

Shades of Deep Pink #F11D90

Tints of Deep Pink #F11D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 58.21%
G = 7%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11D90 (or 0xF11D90) is known color: Deep Pink. HEX triplet: F1, 1D and 90. RGB value is (241,29,144). Sum of RGB (Red+Green+Blue) = 241+29+144=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11D90 is #0EE26F. Grayscale: #696969. Windows color (decimal): -975472 or 9444849. OLE color: 9444849.

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

Color convert

RGB 241 29 144 -
CMYK 0 0.88 0.40 0.05
HSL 327.45º 0.88% 0.53% -
HSV(B) 327.45º 0.88% 0.95% -
XYZ 41.75 21.59 28.35 -
YUV 105.5 149.74 224.65 -
System Red Green Blue C M Y K H S L
Decimal 241 29 144 0 0.88 0.40 0.05 327.45 0.88 0.53
Hex F1 1D 90 0 58 28 5 147 58 35
Octal 361 35 220 0 130 50 5 507 130 65
Binary 11110001 11101 10010000 0 1011000 101000 101 101000111 1011000 110101

Color Harmonies of #F11D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11D90

Black with #F11D90

Text Example


Text Example

White with #F11D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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