Html Css Color HEX #F11690 Deep Pink

📋 copy color: '#F11690'

red 241 ◦ green 22 ◦ blue 144

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

Shades of Deep Pink #F11690

Tints of Deep Pink #F11690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.41%

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

R = 59.21%
G = 5.41%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F11690 (or 0xF11690) is known color: Deep Pink. HEX triplet: F1, 16 and 90. RGB value is (241,22,144). Sum of RGB (Red+Green+Blue) = 241+22+144=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F11690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11690 is #0EE96F. Grayscale: #656565. Windows color (decimal): -977264 or 9443057. OLE color: 9443057.

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

Color convert

RGB 241 22 144 -
CMYK 0 0.91 0.40 0.05
HSL 326.58º 0.89% 0.52% -
HSV(B) 326.58º 0.91% 0.95% -
XYZ 41.6 21.29 28.3 -
YUV 101.39 152.05 227.58 -
System Red Green Blue C M Y K H S L
Decimal 241 22 144 0 0.91 0.40 0.05 326.58 0.89 0.52
Hex F1 16 90 0 5B 28 5 147 59 34
Octal 361 26 220 0 133 50 5 507 131 64
Binary 11110001 10110 10010000 0 1011011 101000 101 101000111 1011001 110100

Color Harmonies of #F11690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11690

Black with #F11690

Text Example


Text Example

White with #F11690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11690; }

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

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

background-color css

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

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

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

border-color css

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

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

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