Html Css Color HEX #F60CED Magenta

📋 copy color: '#F60CED'

red 246 ◦ green 12 ◦ blue 237

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

Shades of Magenta #F60CED

Tints of Magenta #F60CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 49.7%
G = 2.42%
B = 47.88%

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

#F60CED (or 0xF60CED) is known color: Magenta. HEX triplet: F6, 0C and ED. RGB value is (246,12,237). Sum of RGB (Red+Green+Blue) = 246+12+237=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 12 (5.08% from 255 or 2.42% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CED is #09F312. Grayscale: #6A6A6A. Windows color (decimal): -652051 or 15535350. OLE color: 15535350.

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

Color convert

RGB 246 12 237 -
CMYK 0 0.95 0.04 0.04
HSL 302.31º 0.93% 0.51% -
HSV(B) 302.31º 0.95% 0.96% -
XYZ 53.42 25.97 82.32 -
YUV 107.62 201.02 226.7 -
System Red Green Blue C M Y K H S L
Decimal 246 12 237 0 0.95 0.04 0.04 302.31 0.93 0.51
Hex F6 C ED 0 5F 4 4 12E 5D 33
Octal 366 14 355 0 137 4 4 456 135 63
Binary 11110110 1100 11101101 0 1011111 100 100 100101110 1011101 110011

Color Harmonies of #F60CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CED

Black with #F60CED

Text Example


Text Example

White with #F60CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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