Html Css Color HEX #F21190 Deep Pink

📋 copy color: '#F21190'

red 242 ◦ green 17 ◦ blue 144

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

Shades of Deep Pink #F21190

Tints of Deep Pink #F21190

RGB

 RED value IS 242 (94.92% from 255) = 60.05%

 GREEN value IS 17 (7.03% from 255) = 4.22%

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

R = 60.05%
G = 4.22%
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

#F21190 (or 0xF21190) is known color: Deep Pink. HEX triplet: F2, 11 and 90. RGB value is (242,17,144). Sum of RGB (Red+Green+Blue) = 242+17+144=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F21190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21190 is #0DEE6F. Grayscale: #626262. Windows color (decimal): -913008 or 9441778. OLE color: 9441778.

HSL color Cylindrical-coordinate representation of color #F21190: hue angle of 326.13º degrees, saturation: 0.9, 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 #F21190 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 144 -
CMYK 0 0.93 0.40 0.05
HSL 326.13º 0.9% 0.51% -
HSV(B) 326.13º 0.93% 0.95% -
XYZ 41.85 21.29 28.29 -
YUV 98.75 153.54 230.17 -
System Red Green Blue C M Y K H S L
Decimal 242 17 144 0 0.93 0.40 0.05 326.13 0.9 0.51
Hex F2 11 90 0 5D 28 5 146 5A 33
Octal 362 21 220 0 135 50 5 506 132 63
Binary 11110010 10001 10010000 0 1011101 101000 101 101000110 1011010 110011

Color Harmonies of #F21190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21190

Black with #F21190

Text Example


Text Example

White with #F21190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21190; }

 p { color: rgb(242,17,144); }

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

background-color css

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

 a { background-color: rgb(242,17,144); }

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

border-color css

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

 span { border-color: rgb(242,17,144); }

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