Html Css Color HEX #F11A90 Deep Pink

📋 copy color: '#F11A90'

red 241 ◦ green 26 ◦ blue 144

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

Shades of Deep Pink #F11A90

Tints of Deep Pink #F11A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.33%

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

R = 58.64%
G = 6.33%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11A90 (or 0xF11A90) is known color: Deep Pink. HEX triplet: F1, 1A and 90. RGB value is (241,26,144). Sum of RGB (Red+Green+Blue) = 241+26+144=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11A90 is #0EE56F. Grayscale: #676767. Windows color (decimal): -976240 or 9444081. OLE color: 9444081.

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

Color convert

RGB 241 26 144 -
CMYK 0 0.89 0.40 0.05
HSL 327.07º 0.88% 0.52% -
HSV(B) 327.07º 0.89% 0.95% -
XYZ 41.68 21.45 28.33 -
YUV 103.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 241 26 144 0 0.89 0.40 0.05 327.07 0.88 0.52
Hex F1 1A 90 0 59 28 5 147 58 34
Octal 361 32 220 0 131 50 5 507 130 64
Binary 11110001 11010 10010000 0 1011001 101000 101 101000111 1011000 110100

Color Harmonies of #F11A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11A90

Black with #F11A90

Text Example


Text Example

White with #F11A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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