Html Css Color HEX #F20FD2 Hot Magenta

📋 copy color: '#F20FD2'

red 242 ◦ green 15 ◦ blue 210

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

Shades of Hot Magenta #F20FD2

Tints of Hot Magenta #F20FD2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.21%

 BLUE value IS 210 (82.42% from 255) = 44.97%

R = 51.82%
G = 3.21%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F20FD2 (or 0xF20FD2) is known color: Hot Magenta. HEX triplet: F2, 0F and D2. RGB value is (242,15,210). Sum of RGB (Red+Green+Blue) = 242+15+210=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FD2 is #0DF02D. Grayscale: #686868. Windows color (decimal): -913454 or 13766642. OLE color: 13766642.

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

Color convert

RGB 242 15 210 -
CMYK 0 0.94 0.13 0.05
HSL 308.46º 0.9% 0.5% -
HSV(B) 308.46º 0.94% 0.95% -
XYZ 48.42 23.87 63.03 -
YUV 105.1 187.21 225.64 -
System Red Green Blue C M Y K H S L
Decimal 242 15 210 0 0.94 0.13 0.05 308.46 0.9 0.5
Hex F2 F D2 0 5E D 5 134 5A 32
Octal 362 17 322 0 136 15 5 464 132 62
Binary 11110010 1111 11010010 0 1011110 1101 101 100110100 1011010 110010

Color Harmonies of #F20FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20FD2

Black with #F20FD2

Text Example


Text Example

White with #F20FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20FD2; }

 p { color: rgb(242,15,210); }

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

background-color css

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

 a { background-color: rgb(242,15,210); }

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

border-color css

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

 span { border-color: rgb(242,15,210); }

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