Html Css Color HEX #F22490 Deep Pink

📋 copy color: '#F22490'

red 242 ◦ green 36 ◦ blue 144

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

Shades of Deep Pink #F22490

Tints of Deep Pink #F22490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.53%

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

R = 57.35%
G = 8.53%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F22490 (or 0xF22490) is known color: Deep Pink. HEX triplet: F2, 24 and 90. RGB value is (242,36,144). Sum of RGB (Red+Green+Blue) = 242+36+144=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F22490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22490 is #0DDB6F. Grayscale: #6D6D6D. Windows color (decimal): -908144 or 9446642. OLE color: 9446642.

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

Color convert

RGB 242 36 144 -
CMYK 0 0.85 0.40 0.05
HSL 328.54º 0.89% 0.55% -
HSV(B) 328.54º 0.85% 0.95% -
XYZ 42.28 22.15 28.43 -
YUV 109.91 147.25 222.22 -
System Red Green Blue C M Y K H S L
Decimal 242 36 144 0 0.85 0.40 0.05 328.54 0.89 0.55
Hex F2 24 90 0 55 28 5 149 59 37
Octal 362 44 220 0 125 50 5 511 131 67
Binary 11110010 100100 10010000 0 1010101 101000 101 101001001 1011001 110111

Color Harmonies of #F22490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F22490

Black with #F22490

Text Example


Text Example

White with #F22490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F22490; }

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

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

background-color css

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

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

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

border-color css

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

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

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