Html Css Color HEX #F42490 Deep Pink

📋 copy color: '#F42490'

red 244 ◦ green 36 ◦ blue 144

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

Shades of Deep Pink #F42490

Tints of Deep Pink #F42490

RGB

 RED value IS 244 (95.7% from 255) = 57.55%

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

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

R = 57.55%
G = 8.49%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F42490 (or 0xF42490) is known color: Deep Pink. HEX triplet: F4, 24 and 90. RGB value is (244,36,144). Sum of RGB (Red+Green+Blue) = 244+36+144=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F42490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42490 is #0BDB6F. Grayscale: #6E6E6E. Windows color (decimal): -777072 or 9446644. OLE color: 9446644.

HSL color Cylindrical-coordinate representation of color #F42490: hue angle of 328.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F42490 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 36 144 -
CMYK 0 0.85 0.41 0.04
HSL 328.85º 0.9% 0.55% -
HSV(B) 328.85º 0.85% 0.96% -
XYZ 42.97 22.51 28.47 -
YUV 110.5 146.91 223.22 -
System Red Green Blue C M Y K H S L
Decimal 244 36 144 0 0.85 0.41 0.04 328.85 0.9 0.55
Hex F4 24 90 0 55 29 4 149 5A 37
Octal 364 44 220 0 125 51 4 511 132 67
Binary 11110100 100100 10010000 0 1010101 101001 100 101001001 1011010 110111

Color Harmonies of #F42490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42490

Black with #F42490

Text Example


Text Example

White with #F42490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42490; }

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

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

background-color css

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

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

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

border-color css

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

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

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