Html Css Color HEX #F11390 Deep Pink

📋 copy color: '#F11390'

red 241 ◦ green 19 ◦ blue 144

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

Shades of Deep Pink #F11390

Tints of Deep Pink #F11390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.7%

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

R = 59.65%
G = 4.7%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11390 (or 0xF11390) is known color: Deep Pink. HEX triplet: F1, 13 and 90. RGB value is (241,19,144). Sum of RGB (Red+Green+Blue) = 241+19+144=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F11390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11390 is #0EEC6F. Grayscale: #636363. Windows color (decimal): -978032 or 9442289. OLE color: 9442289.

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

Color convert

RGB 241 19 144 -
CMYK 0 0.92 0.40 0.05
HSL 326.22º 0.89% 0.51% -
HSV(B) 326.22º 0.92% 0.95% -
XYZ 41.54 21.18 28.28 -
YUV 99.63 153.05 228.84 -
System Red Green Blue C M Y K H S L
Decimal 241 19 144 0 0.92 0.40 0.05 326.22 0.89 0.51
Hex F1 13 90 0 5C 28 5 146 59 33
Octal 361 23 220 0 134 50 5 506 131 63
Binary 11110001 10011 10010000 0 1011100 101000 101 101000110 1011001 110011

Color Harmonies of #F11390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11390

Black with #F11390

Text Example


Text Example

White with #F11390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11390; }

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

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

background-color css

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

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

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

border-color css

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

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

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