Html Css Color HEX #F20ACD Hot Magenta

📋 copy color: '#F20ACD'

red 242 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #F20ACD

Tints of Hot Magenta #F20ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 52.95%
G = 2.19%
B = 44.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F20ACD (or 0xF20ACD) is known color: Hot Magenta. HEX triplet: F2, 0A and CD. RGB value is (242,10,205). Sum of RGB (Red+Green+Blue) = 242+10+205=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ACD is #0DF532. Grayscale: #656565. Windows color (decimal): -914739 or 13437682. OLE color: 13437682.

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

Color convert

RGB 242 10 205 -
CMYK 0 0.96 0.15 0.05
HSL 309.57º 0.92% 0.49% -
HSV(B) 309.57º 0.96% 0.95% -
XYZ 47.75 23.5 59.78 -
YUV 101.6 186.36 228.14 -
System Red Green Blue C M Y K H S L
Decimal 242 10 205 0 0.96 0.15 0.05 309.57 0.92 0.49
Hex F2 A CD 0 60 F 5 136 5C 31
Octal 362 12 315 0 140 17 5 466 134 61
Binary 11110010 1010 11001101 0 1100000 1111 101 100110110 1011100 110001

Color Harmonies of #F20ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20ACD

Black with #F20ACD

Text Example


Text Example

White with #F20ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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