Html Css Color HEX #F11290 Deep Pink

📋 copy color: '#F11290'

red 241 ◦ green 18 ◦ blue 144

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

Shades of Deep Pink #F11290

Tints of Deep Pink #F11290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.47%

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

R = 59.8%
G = 4.47%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11290 (or 0xF11290) is known color: Deep Pink. HEX triplet: F1, 12 and 90. RGB value is (241,18,144). Sum of RGB (Red+Green+Blue) = 241+18+144=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F11290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11290 is #0EED6F. Grayscale: #626262. Windows color (decimal): -978288 or 9442033. OLE color: 9442033.

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

Color convert

RGB 241 18 144 -
CMYK 0 0.93 0.40 0.05
HSL 326.1º 0.89% 0.51% -
HSV(B) 326.1º 0.93% 0.95% -
XYZ 41.53 21.15 28.28 -
YUV 99.04 153.38 229.25 -
System Red Green Blue C M Y K H S L
Decimal 241 18 144 0 0.93 0.40 0.05 326.1 0.89 0.51
Hex F1 12 90 0 5D 28 5 146 59 33
Octal 361 22 220 0 135 50 5 506 131 63
Binary 11110001 10010 10010000 0 1011101 101000 101 101000110 1011001 110011

Color Harmonies of #F11290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11290

Black with #F11290

Text Example


Text Example

White with #F11290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11290; }

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

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

background-color css

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

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

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

border-color css

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

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

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