Html Css Color HEX #F216EC Magenta

📋 copy color: '#F216EC'

red 242 ◦ green 22 ◦ blue 236

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

Shades of Magenta #F216EC

Tints of Magenta #F216EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 48.4%
G = 4.4%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F216EC (or 0xF216EC) is known color: Magenta. HEX triplet: F2, 16 and EC. RGB value is (242,22,236). Sum of RGB (Red+Green+Blue) = 242+22+236=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 22 (8.98% from 255 or 4.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F216EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F216EC is #0DE913. Grayscale: #6F6F6F. Windows color (decimal): -911636 or 15472370. OLE color: 15472370.

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

Color convert

RGB 242 22 236 -
CMYK 0 0.91 0.02 0.05
HSL 301.64º 0.89% 0.52% -
HSV(B) 301.64º 0.91% 0.95% -
XYZ 52.05 25.51 81.54 -
YUV 112.18 197.89 220.6 -
System Red Green Blue C M Y K H S L
Decimal 242 22 236 0 0.91 0.02 0.05 301.64 0.89 0.52
Hex F2 16 EC 0 5B 2 5 12E 59 34
Octal 362 26 354 0 133 2 5 456 131 64
Binary 11110010 10110 11101100 0 1011011 10 101 100101110 1011001 110100

Color Harmonies of #F216EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F216EC

Black with #F216EC

Text Example


Text Example

White with #F216EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F216EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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