Html Css Color HEX #F210D9 Hot Magenta

📋 copy color: '#F210D9'

red 242 ◦ green 16 ◦ blue 217

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

Shades of Hot Magenta #F210D9

Tints of Hot Magenta #F210D9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.37%

 BLUE value IS 217 (85.16% from 255) = 45.68%

R = 50.95%
G = 3.37%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F210D9 (or 0xF210D9) is known color: Hot Magenta. HEX triplet: F2, 10 and D9. RGB value is (242,16,217). Sum of RGB (Red+Green+Blue) = 242+16+217=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F210D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210D9 is #0DEF26. Grayscale: #696969. Windows color (decimal): -913191 or 14225650. OLE color: 14225650.

HSL color Cylindrical-coordinate representation of color #F210D9: hue angle of 306.64º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F210D9 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 217 -
CMYK 0 0.93 0.10 0.05
HSL 306.64º 0.9% 0.51% -
HSV(B) 306.64º 0.93% 0.95% -
XYZ 49.33 24.26 67.73 -
YUV 106.49 190.37 224.66 -
System Red Green Blue C M Y K H S L
Decimal 242 16 217 0 0.93 0.10 0.05 306.64 0.9 0.51
Hex F2 10 D9 0 5D A 5 133 5A 33
Octal 362 20 331 0 135 12 5 463 132 63
Binary 11110010 10000 11011001 0 1011101 1010 101 100110011 1011010 110011

Color Harmonies of #F210D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F210D9

Black with #F210D9

Text Example


Text Example

White with #F210D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F210D9; }

 p { color: rgb(242,16,217); }

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

background-color css

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

 a { background-color: rgb(242,16,217); }

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

border-color css

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

 span { border-color: rgb(242,16,217); }

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