Html Css Color HEX #F212D9 Hot Magenta

📋 copy color: '#F212D9'

red 242 ◦ green 18 ◦ blue 217

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

Shades of Hot Magenta #F212D9

Tints of Hot Magenta #F212D9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.77%

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

R = 50.73%
G = 3.77%
B = 45.49%

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

#F212D9 (or 0xF212D9) is known color: Hot Magenta. HEX triplet: F2, 12 and D9. RGB value is (242,18,217). Sum of RGB (Red+Green+Blue) = 242+18+217=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F212D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212D9 is #0DED26. Grayscale: #6B6B6B. Windows color (decimal): -912679 or 14226162. OLE color: 14226162.

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

Color convert

RGB 242 18 217 -
CMYK 0 0.93 0.10 0.05
HSL 306.7º 0.9% 0.51% -
HSV(B) 306.7º 0.93% 0.95% -
XYZ 49.36 24.32 67.74 -
YUV 107.66 189.71 223.82 -
System Red Green Blue C M Y K H S L
Decimal 242 18 217 0 0.93 0.10 0.05 306.7 0.9 0.51
Hex F2 12 D9 0 5D A 5 133 5A 33
Octal 362 22 331 0 135 12 5 463 132 63
Binary 11110010 10010 11011001 0 1011101 1010 101 100110011 1011010 110011

Color Harmonies of #F212D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F212D9

Black with #F212D9

Text Example


Text Example

White with #F212D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F212D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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