Html Css Color HEX #F016F0 Magenta

📋 copy color: '#F016F0'

red 240 ◦ green 22 ◦ blue 240

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

Shades of Magenta #F016F0

Tints of Magenta #F016F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.81%

R = 47.81%
G = 4.38%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F016F0 (or 0xF016F0) is known color: Magenta. HEX triplet: F0, 16 and F0. RGB value is (240,22,240). Sum of RGB (Red+Green+Blue) = 240+22+240=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 22 (8.98% from 255 or 4.38% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F016F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F016F0 is #0FE90F. Grayscale: #6F6F6F. Windows color (decimal): -1042704 or 15734512. OLE color: 15734512.

HSL color Cylindrical-coordinate representation of color #F016F0: hue angle of 300º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F016F0 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 22 240 -
CMYK 0 0.91 0 0.06
HSL 300º 0.88% 0.51% -
HSV(B) 300º 0.91% 0.94% -
XYZ 51.95 25.39 84.6 -
YUV 112.03 200.22 219.27 -
System Red Green Blue C M Y K H S L
Decimal 240 22 240 0 0.91 0 0.06 300 0.88 0.51
Hex F0 16 F0 0 5B 0 6 12C 58 33
Octal 360 26 360 0 133 0 6 454 130 63
Binary 11110000 10110 11110000 0 1011011 0 110 100101100 1011000 110011

Color Harmonies of #F016F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F016F0

Black with #F016F0

Text Example


Text Example

White with #F016F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F016F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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