Html Css Color HEX #F20EDD Hot Magenta

📋 copy color: '#F20EDD'

red 242 ◦ green 14 ◦ blue 221

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

Shades of Hot Magenta #F20EDD

Tints of Hot Magenta #F20EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 50.73%
G = 2.94%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F20EDD (or 0xF20EDD) is known color: Hot Magenta. HEX triplet: F2, 0E and DD. RGB value is (242,14,221). Sum of RGB (Red+Green+Blue) = 242+14+221=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 14 (5.86% from 255 or 2.94% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EDD is #0DF122. Grayscale: #696969. Windows color (decimal): -913699 or 14487282. OLE color: 14487282.

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

Color convert

RGB 242 14 221 -
CMYK 0 0.94 0.09 0.05
HSL 305.53º 0.9% 0.5% -
HSV(B) 305.53º 0.94% 0.95% -
XYZ 49.83 24.41 70.49 -
YUV 105.77 193.04 225.17 -
System Red Green Blue C M Y K H S L
Decimal 242 14 221 0 0.94 0.09 0.05 305.53 0.9 0.5
Hex F2 E DD 0 5E 9 5 132 5A 32
Octal 362 16 335 0 136 11 5 462 132 62
Binary 11110010 1110 11011101 0 1011110 1001 101 100110010 1011010 110010

Color Harmonies of #F20EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20EDD

Black with #F20EDD

Text Example


Text Example

White with #F20EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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