Html Css Color HEX #F20EDA Hot Magenta

📋 copy color: '#F20EDA'

red 242 ◦ green 14 ◦ blue 218

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

Shades of Hot Magenta #F20EDA

Tints of Hot Magenta #F20EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 51.05%
G = 2.95%
B = 45.99%

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

#F20EDA (or 0xF20EDA) is known color: Hot Magenta. HEX triplet: F2, 0E and DA. RGB value is (242,14,218). Sum of RGB (Red+Green+Blue) = 242+14+218=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 14 (5.86% from 255 or 2.95% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EDA is #0DF125. Grayscale: #686868. Windows color (decimal): -913702 or 14290674. OLE color: 14290674.

HSL color Cylindrical-coordinate representation of color #F20EDA: hue angle of 306.32º 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 #F20EDA is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 14 218 -
CMYK 0 0.94 0.10 0.05
HSL 306.32º 0.9% 0.5% -
HSV(B) 306.32º 0.94% 0.95% -
XYZ 49.43 24.25 68.41 -
YUV 105.43 191.54 225.41 -
System Red Green Blue C M Y K H S L
Decimal 242 14 218 0 0.94 0.10 0.05 306.32 0.9 0.5
Hex F2 E DA 0 5E A 5 132 5A 32
Octal 362 16 332 0 136 12 5 462 132 62
Binary 11110010 1110 11011010 0 1011110 1010 101 100110010 1011010 110010

Color Harmonies of #F20EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20EDA

Black with #F20EDA

Text Example


Text Example

White with #F20EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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