Html Css Color HEX #F210D5 Hot Magenta

📋 copy color: '#F210D5'

red 242 ◦ green 16 ◦ blue 213

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

Shades of Hot Magenta #F210D5

Tints of Hot Magenta #F210D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 51.38%
G = 3.4%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F210D5 (or 0xF210D5) is known color: Hot Magenta. HEX triplet: F2, 10 and D5. RGB value is (242,16,213). Sum of RGB (Red+Green+Blue) = 242+16+213=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F210D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F210D5 is #0DEF2A. Grayscale: #696969. Windows color (decimal): -913195 or 13963506. OLE color: 13963506.

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

Color convert

RGB 242 16 213 -
CMYK 0 0.93 0.12 0.05
HSL 307.7º 0.9% 0.51% -
HSV(B) 307.7º 0.93% 0.95% -
XYZ 48.81 24.05 65.02 -
YUV 106.03 188.37 224.98 -
System Red Green Blue C M Y K H S L
Decimal 242 16 213 0 0.93 0.12 0.05 307.7 0.9 0.51
Hex F2 10 D5 0 5D C 5 134 5A 33
Octal 362 20 325 0 135 14 5 464 132 63
Binary 11110010 10000 11010101 0 1011101 1100 101 100110100 1011010 110011

Color Harmonies of #F210D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F210D5

Black with #F210D5

Text Example


Text Example

White with #F210D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F210D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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