Html Css Color HEX #F20ADD Hot Magenta

📋 copy color: '#F20ADD'

red 242 ◦ green 10 ◦ blue 221

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

Shades of Hot Magenta #F20ADD

Tints of Hot Magenta #F20ADD

RGB

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

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

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

R = 51.16%
G = 2.11%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F20ADD (or 0xF20ADD) is known color: Hot Magenta. HEX triplet: F2, 0A and DD. RGB value is (242,10,221). Sum of RGB (Red+Green+Blue) = 242+10+221=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 10 (4.30% from 255 or 2.11% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ADD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ADD is #0DF522. Grayscale: #666666. Windows color (decimal): -914723 or 14486258. OLE color: 14486258.

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

Color convert

RGB 242 10 221 -
CMYK 0 0.96 0.09 0.05
HSL 305.43º 0.92% 0.49% -
HSV(B) 305.43º 0.96% 0.95% -
XYZ 49.78 24.31 70.48 -
YUV 103.42 194.36 226.84 -
System Red Green Blue C M Y K H S L
Decimal 242 10 221 0 0.96 0.09 0.05 305.43 0.92 0.49
Hex F2 A DD 0 60 9 5 131 5C 31
Octal 362 12 335 0 140 11 5 461 134 61
Binary 11110010 1010 11011101 0 1100000 1001 101 100110001 1011100 110001

Color Harmonies of #F20ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20ADD

Black with #F20ADD

Text Example


Text Example

White with #F20ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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