Html Css Color HEX #F216D9 Hot Magenta

📋 copy color: '#F216D9'

red 242 ◦ green 22 ◦ blue 217

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

Shades of Hot Magenta #F216D9

Tints of Hot Magenta #F216D9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.57%

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

R = 50.31%
G = 4.57%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F216D9 (or 0xF216D9) is known color: Hot Magenta. HEX triplet: F2, 16 and D9. RGB value is (242,22,217). Sum of RGB (Red+Green+Blue) = 242+22+217=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 22 (8.98% from 255 or 4.57% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F216D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216D9 is #0DE926. Grayscale: #6D6D6D. Windows color (decimal): -911655 or 14227186. OLE color: 14227186.

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

Color convert

RGB 242 22 217 -
CMYK 0 0.91 0.10 0.05
HSL 306.82º 0.89% 0.52% -
HSV(B) 306.82º 0.91% 0.95% -
XYZ 49.43 24.46 67.76 -
YUV 110.01 188.39 222.14 -
System Red Green Blue C M Y K H S L
Decimal 242 22 217 0 0.91 0.10 0.05 306.82 0.89 0.52
Hex F2 16 D9 0 5B A 5 133 59 34
Octal 362 26 331 0 133 12 5 463 131 64
Binary 11110010 10110 11011001 0 1011011 1010 101 100110011 1011001 110100

Color Harmonies of #F216D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F216D9

Black with #F216D9

Text Example


Text Example

White with #F216D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F216D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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