Html Css Color HEX #F60DEC Magenta

📋 copy color: '#F60DEC'

red 246 ◦ green 13 ◦ blue 236

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

Shades of Magenta #F60DEC

Tints of Magenta #F60DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.63%

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

R = 49.7%
G = 2.63%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F60DEC (or 0xF60DEC) is known color: Magenta. HEX triplet: F6, 0D and EC. RGB value is (246,13,236). Sum of RGB (Red+Green+Blue) = 246+13+236=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 13 (5.47% from 255 or 2.63% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DEC is #09F213. Grayscale: #6B6B6B. Windows color (decimal): -651796 or 15470070. OLE color: 15470070.

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

Color convert

RGB 246 13 236 -
CMYK 0 0.95 0.04 0.04
HSL 302.58º 0.93% 0.51% -
HSV(B) 302.58º 0.95% 0.96% -
XYZ 53.29 25.94 81.55 -
YUV 108.09 200.19 226.37 -
System Red Green Blue C M Y K H S L
Decimal 246 13 236 0 0.95 0.04 0.04 302.58 0.93 0.51
Hex F6 D EC 0 5F 4 4 12F 5D 33
Octal 366 15 354 0 137 4 4 457 135 63
Binary 11110110 1101 11101100 0 1011111 100 100 100101111 1011101 110011

Color Harmonies of #F60DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DEC

Black with #F60DEC

Text Example


Text Example

White with #F60DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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