Html Css Color HEX #F211D6 Hot Magenta

📋 copy color: '#F211D6'

red 242 ◦ green 17 ◦ blue 214

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

Shades of Hot Magenta #F211D6

Tints of Hot Magenta #F211D6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 51.16%
G = 3.59%
B = 45.24%

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

#F211D6 (or 0xF211D6) is known color: Hot Magenta. HEX triplet: F2, 11 and D6. RGB value is (242,17,214). Sum of RGB (Red+Green+Blue) = 242+17+214=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F211D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F211D6 is #0DEE29. Grayscale: #6A6A6A. Windows color (decimal): -912938 or 14029298. OLE color: 14029298.

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

Color convert

RGB 242 17 214 -
CMYK 0 0.93 0.12 0.05
HSL 307.47º 0.9% 0.51% -
HSV(B) 307.47º 0.93% 0.95% -
XYZ 48.96 24.13 65.7 -
YUV 106.73 188.54 224.48 -
System Red Green Blue C M Y K H S L
Decimal 242 17 214 0 0.93 0.12 0.05 307.47 0.9 0.51
Hex F2 11 D6 0 5D C 5 133 5A 33
Octal 362 21 326 0 135 14 5 463 132 63
Binary 11110010 10001 11010110 0 1011101 1100 101 100110011 1011010 110011

Color Harmonies of #F211D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F211D6

Black with #F211D6

Text Example


Text Example

White with #F211D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F211D6; }

 p { color: rgb(242,17,214); }

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

background-color css

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

 a { background-color: rgb(242,17,214); }

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

border-color css

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

 span { border-color: rgb(242,17,214); }

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