Html Css Color HEX #F60EDC Hot Magenta

📋 copy color: '#F60EDC'

red 246 ◦ green 14 ◦ blue 220

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

Shades of Hot Magenta #F60EDC

Tints of Hot Magenta #F60EDC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.92%

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 51.25%
G = 2.92%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F60EDC (or 0xF60EDC) is known color: Hot Magenta. HEX triplet: F6, 0E and DC. RGB value is (246,14,220). Sum of RGB (Red+Green+Blue) = 246+14+220=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60EDC is #09F123. Grayscale: #6A6A6A. Windows color (decimal): -651556 or 14421750. OLE color: 14421750.

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

Color convert

RGB 246 14 220 -
CMYK 0 0.94 0.11 0.04
HSL 306.72º 0.93% 0.51% -
HSV(B) 306.72º 0.94% 0.96% -
XYZ 51.08 25.07 69.86 -
YUV 106.85 191.86 227.25 -
System Red Green Blue C M Y K H S L
Decimal 246 14 220 0 0.94 0.11 0.04 306.72 0.93 0.51
Hex F6 E DC 0 5E B 4 133 5D 33
Octal 366 16 334 0 136 13 4 463 135 63
Binary 11110110 1110 11011100 0 1011110 1011 100 100110011 1011101 110011

Color Harmonies of #F60EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60EDC

Black with #F60EDC

Text Example


Text Example

White with #F60EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60EDC; }

 p { color: rgb(246,14,220); }

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

background-color css

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

 a { background-color: rgb(246,14,220); }

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

border-color css

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

 span { border-color: rgb(246,14,220); }

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