Html Css Color HEX #F216FF Magenta

📋 copy color: '#F216FF'

red 242 ◦ green 22 ◦ blue 255

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

Shades of Magenta #F216FF

Tints of Magenta #F216FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.13%

R = 46.63%
G = 4.24%
B = 49.13%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F216FF (or 0xF216FF) is known color: Magenta. HEX triplet: F2, 16 and FF. RGB value is (242,22,255). Sum of RGB (Red+Green+Blue) = 242+22+255=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 22 (8.98% from 255 or 4.24% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #F216FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F216FF is #0DE900. Grayscale: #717171. Windows color (decimal): -911617 or 16717554. OLE color: 16717554.

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

Color convert

RGB 242 22 255 -
CMYK 0.05 0.91 0 0
HSL 296.65º 1% 0.54% -
HSV(B) 296.65º 0.91% 1% -
XYZ 54.95 26.67 96.86 -
YUV 114.34 207.39 219.05 -
System Red Green Blue C M Y K H S L
Decimal 242 22 255 0.05 0.91 0 0 296.65 1 0.54
Hex F2 16 FF 5 5B 0 0 129 64 36
Octal 362 26 377 5 133 0 0 451 144 66
Binary 11110010 10110 11111111 101 1011011 0 0 100101001 1100100 110110

Color Harmonies of #F216FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F216FF

Black with #F216FF

Text Example


Text Example

White with #F216FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F216FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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