Html Css Color HEX #F60CEC Magenta

📋 copy color: '#F60CEC'

red 246 ◦ green 12 ◦ blue 236

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

Shades of Magenta #F60CEC

Tints of Magenta #F60CEC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.43%

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

R = 49.8%
G = 2.43%
B = 47.77%

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

#F60CEC (or 0xF60CEC) is known color: Magenta. HEX triplet: F6, 0C and EC. RGB value is (246,12,236). Sum of RGB (Red+Green+Blue) = 246+12+236=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CEC is #09F313. Grayscale: #6A6A6A. Windows color (decimal): -652052 or 15469814. OLE color: 15469814.

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

Color convert

RGB 246 12 236 -
CMYK 0 0.95 0.04 0.04
HSL 302.56º 0.93% 0.51% -
HSV(B) 302.56º 0.95% 0.96% -
XYZ 53.28 25.91 81.55 -
YUV 107.5 200.52 226.79 -
System Red Green Blue C M Y K H S L
Decimal 246 12 236 0 0.95 0.04 0.04 302.56 0.93 0.51
Hex F6 C EC 0 5F 4 4 12F 5D 33
Octal 366 14 354 0 137 4 4 457 135 63
Binary 11110110 1100 11101100 0 1011111 100 100 100101111 1011101 110011

Color Harmonies of #F60CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CEC

Black with #F60CEC

Text Example


Text Example

White with #F60CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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