Html Css Color HEX #F20ADE Hot Magenta

📋 copy color: '#F20ADE'

red 242 ◦ green 10 ◦ blue 222

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

Shades of Hot Magenta #F20ADE

Tints of Hot Magenta #F20ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 51.05%
G = 2.11%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F20ADE (or 0xF20ADE) is known color: Hot Magenta. HEX triplet: F2, 0A and DE. RGB value is (242,10,222). Sum of RGB (Red+Green+Blue) = 242+10+222=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ADE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ADE is #0DF521. Grayscale: #666666. Windows color (decimal): -914722 or 14551794. OLE color: 14551794.

HSL color Cylindrical-coordinate representation of color #F20ADE: hue angle of 305.17º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20ADE is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 10 222 -
CMYK 0 0.96 0.08 0.05
HSL 305.17º 0.92% 0.49% -
HSV(B) 305.17º 0.96% 0.95% -
XYZ 49.91 24.37 71.18 -
YUV 103.54 194.86 226.76 -
System Red Green Blue C M Y K H S L
Decimal 242 10 222 0 0.96 0.08 0.05 305.17 0.92 0.49
Hex F2 A DE 0 60 8 5 131 5C 31
Octal 362 12 336 0 140 10 5 461 134 61
Binary 11110010 1010 11011110 0 1100000 1000 101 100110001 1011100 110001

Color Harmonies of #F20ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20ADE

Black with #F20ADE

Text Example


Text Example

White with #F20ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20ADE; }

 p { color: rgb(242,10,222); }

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

background-color css

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

 a { background-color: rgb(242,10,222); }

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

border-color css

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

 span { border-color: rgb(242,10,222); }

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