Html Css Color HEX #F60FEC Magenta

📋 copy color: '#F60FEC'

red 246 ◦ green 15 ◦ blue 236

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

Shades of Magenta #F60FEC

Tints of Magenta #F60FEC

RGB

 RED value IS 246 (96.48% from 255) = 49.5%

 GREEN value IS 15 (6.25% from 255) = 3.02%

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

R = 49.5%
G = 3.02%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F60FEC (or 0xF60FEC) is known color: Magenta. HEX triplet: F6, 0F and EC. RGB value is (246,15,236). Sum of RGB (Red+Green+Blue) = 246+15+236=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FEC is #09F013. Grayscale: #6C6C6C. Windows color (decimal): -651284 or 15470582. OLE color: 15470582.

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

Color convert

RGB 246 15 236 -
CMYK 0 0.94 0.04 0.04
HSL 302.6º 0.93% 0.51% -
HSV(B) 302.6º 0.94% 0.96% -
XYZ 53.32 25.99 81.56 -
YUV 109.26 199.53 225.53 -
System Red Green Blue C M Y K H S L
Decimal 246 15 236 0 0.94 0.04 0.04 302.6 0.93 0.51
Hex F6 F EC 0 5E 4 4 12F 5D 33
Octal 366 17 354 0 136 4 4 457 135 63
Binary 11110110 1111 11101100 0 1011110 100 100 100101111 1011101 110011

Color Harmonies of #F60FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60FEC

Black with #F60FEC

Text Example


Text Example

White with #F60FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60FEC; }

 p { color: rgb(246,15,236); }

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

background-color css

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

 a { background-color: rgb(246,15,236); }

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

border-color css

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

 span { border-color: rgb(246,15,236); }

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