Html Css Color HEX #F20ED7 Hot Magenta

📋 copy color: '#F20ED7'

red 242 ◦ green 14 ◦ blue 215

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

Shades of Hot Magenta #F20ED7

Tints of Hot Magenta #F20ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 51.38%
G = 2.97%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F20ED7 (or 0xF20ED7) is known color: Hot Magenta. HEX triplet: F2, 0E and D7. RGB value is (242,14,215). Sum of RGB (Red+Green+Blue) = 242+14+215=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ED7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ED7 is #0DF128. Grayscale: #686868. Windows color (decimal): -913705 or 14094066. OLE color: 14094066.

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

Color convert

RGB 242 14 215 -
CMYK 0 0.94 0.11 0.05
HSL 307.11º 0.9% 0.5% -
HSV(B) 307.11º 0.94% 0.95% -
XYZ 49.04 24.1 66.36 -
YUV 105.09 190.04 225.66 -
System Red Green Blue C M Y K H S L
Decimal 242 14 215 0 0.94 0.11 0.05 307.11 0.9 0.5
Hex F2 E D7 0 5E B 5 133 5A 32
Octal 362 16 327 0 136 13 5 463 132 62
Binary 11110010 1110 11010111 0 1011110 1011 101 100110011 1011010 110010

Color Harmonies of #F20ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20ED7

Black with #F20ED7

Text Example


Text Example

White with #F20ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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