Html Css Color HEX #F20ED9 Hot Magenta

📋 copy color: '#F20ED9'

red 242 ◦ green 14 ◦ blue 217

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

Shades of Hot Magenta #F20ED9

Tints of Hot Magenta #F20ED9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.96%

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 51.16%
G = 2.96%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F20ED9 (or 0xF20ED9) is known color: Hot Magenta. HEX triplet: F2, 0E and D9. RGB value is (242,14,217). Sum of RGB (Red+Green+Blue) = 242+14+217=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 14 (5.86% from 255 or 2.96% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ED9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ED9 is #0DF126. Grayscale: #686868. Windows color (decimal): -913703 or 14225138. OLE color: 14225138.

HSL color Cylindrical-coordinate representation of color #F20ED9: hue angle of 306.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20ED9 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 14 217 -
CMYK 0 0.94 0.10 0.05
HSL 306.58º 0.9% 0.5% -
HSV(B) 306.58º 0.94% 0.95% -
XYZ 49.3 24.2 67.72 -
YUV 105.31 191.04 225.49 -
System Red Green Blue C M Y K H S L
Decimal 242 14 217 0 0.94 0.10 0.05 306.58 0.9 0.5
Hex F2 E D9 0 5E A 5 133 5A 32
Octal 362 16 331 0 136 12 5 463 132 62
Binary 11110010 1110 11011001 0 1011110 1010 101 100110011 1011010 110010

Color Harmonies of #F20ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20ED9

Black with #F20ED9

Text Example


Text Example

White with #F20ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20ED9; }

 p { color: rgb(242,14,217); }

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

background-color css

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

 a { background-color: rgb(242,14,217); }

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

border-color css

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

 span { border-color: rgb(242,14,217); }

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