Html Css Color HEX #F016FF Magenta

📋 copy color: '#F016FF'

red 240 ◦ green 22 ◦ blue 255

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

Shades of Magenta #F016FF

Tints of Magenta #F016FF

RGB

 RED value IS 240 (94.14% from 255) = 46.42%

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

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

R = 46.42%
G = 4.26%
B = 49.32%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F016FF (or 0xF016FF) is known color: Magenta. HEX triplet: F0, 16 and FF. RGB value is (240,22,255). Sum of RGB (Red+Green+Blue) = 240+22+255=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 22 (8.98% from 255 or 4.26% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #F016FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016FF is #0FE900. Grayscale: #717171. Windows color (decimal): -1042689 or 16717552. OLE color: 16717552.

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

Color convert

RGB 240 22 255 -
CMYK 0.06 0.91 0 0
HSL 296.14º 1% 0.54% -
HSV(B) 296.14º 0.91% 1% -
XYZ 54.27 26.32 96.83 -
YUV 113.74 207.72 218.05 -
System Red Green Blue C M Y K H S L
Decimal 240 22 255 0.06 0.91 0 0 296.14 1 0.54
Hex F0 16 FF 6 5B 0 0 128 64 36
Octal 360 26 377 6 133 0 0 450 144 66
Binary 11110000 10110 11111111 110 1011011 0 0 100101000 1100100 110110

Color Harmonies of #F016FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016FF

Black with #F016FF

Text Example


Text Example

White with #F016FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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