Html Css Color HEX #F11990 Deep Pink

📋 copy color: '#F11990'

red 241 ◦ green 25 ◦ blue 144

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

Shades of Deep Pink #F11990

Tints of Deep Pink #F11990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.1%

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

R = 58.78%
G = 6.1%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11990 (or 0xF11990) is known color: Deep Pink. HEX triplet: F1, 19 and 90. RGB value is (241,25,144). Sum of RGB (Red+Green+Blue) = 241+25+144=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F11990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11990 is #0EE66F. Grayscale: #666666. Windows color (decimal): -976496 or 9443825. OLE color: 9443825.

HSL color Cylindrical-coordinate representation of color #F11990: hue angle of 326.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11990 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 144 -
CMYK 0 0.90 0.40 0.05
HSL 326.94º 0.89% 0.52% -
HSV(B) 326.94º 0.9% 0.95% -
XYZ 41.66 21.41 28.32 -
YUV 103.15 151.06 226.32 -
System Red Green Blue C M Y K H S L
Decimal 241 25 144 0 0.90 0.40 0.05 326.94 0.89 0.52
Hex F1 19 90 0 5A 28 5 147 59 34
Octal 361 31 220 0 132 50 5 507 131 64
Binary 11110001 11001 10010000 0 1011010 101000 101 101000111 1011001 110100

Color Harmonies of #F11990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11990

Black with #F11990

Text Example


Text Example

White with #F11990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11990; }

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

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

background-color css

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

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

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

border-color css

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

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

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