Html Css Color HEX #F216DC Hot Magenta

📋 copy color: '#F216DC'

red 242 ◦ green 22 ◦ blue 220

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

Shades of Hot Magenta #F216DC

Tints of Hot Magenta #F216DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 50%
G = 4.55%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F216DC (or 0xF216DC) is known color: Hot Magenta. HEX triplet: F2, 16 and DC. RGB value is (242,22,220). Sum of RGB (Red+Green+Blue) = 242+22+220=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 22 (8.98% from 255 or 4.55% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F216DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F216DC is #0DE923. Grayscale: #6D6D6D. Windows color (decimal): -911652 or 14423794. OLE color: 14423794.

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

Color convert

RGB 242 22 220 -
CMYK 0 0.91 0.09 0.05
HSL 306º 0.89% 0.52% -
HSV(B) 306º 0.91% 0.95% -
XYZ 49.82 24.62 69.84 -
YUV 110.35 189.89 221.9 -
System Red Green Blue C M Y K H S L
Decimal 242 22 220 0 0.91 0.09 0.05 306 0.89 0.52
Hex F2 16 DC 0 5B 9 5 132 59 34
Octal 362 26 334 0 133 11 5 462 131 64
Binary 11110010 10110 11011100 0 1011011 1001 101 100110010 1011001 110100

Color Harmonies of #F216DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F216DC

Black with #F216DC

Text Example


Text Example

White with #F216DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F216DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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