Html Css Color HEX #F20EDF Hot Magenta

📋 copy color: '#F20EDF'

red 242 ◦ green 14 ◦ blue 223

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

Shades of Hot Magenta #F20EDF

Tints of Hot Magenta #F20EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 50.52%
G = 2.92%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F20EDF (or 0xF20EDF) is known color: Hot Magenta. HEX triplet: F2, 0E and DF. RGB value is (242,14,223). Sum of RGB (Red+Green+Blue) = 242+14+223=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EDF is #0DF120. Grayscale: #696969. Windows color (decimal): -913697 or 14618354. OLE color: 14618354.

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

Color convert

RGB 242 14 223 -
CMYK 0 0.94 0.08 0.05
HSL 305º 0.9% 0.5% -
HSV(B) 305º 0.94% 0.95% -
XYZ 50.09 24.52 71.9 -
YUV 106 194.04 225.01 -
System Red Green Blue C M Y K H S L
Decimal 242 14 223 0 0.94 0.08 0.05 305 0.9 0.5
Hex F2 E DF 0 5E 8 5 131 5A 32
Octal 362 16 337 0 136 10 5 461 132 62
Binary 11110010 1110 11011111 0 1011110 1000 101 100110001 1011010 110010

Color Harmonies of #F20EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20EDF

Black with #F20EDF

Text Example


Text Example

White with #F20EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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