Html Css Color HEX #F60EDE Hot Magenta

📋 copy color: '#F60EDE'

red 246 ◦ green 14 ◦ blue 222

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

Shades of Hot Magenta #F60EDE

Tints of Hot Magenta #F60EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.06%

R = 51.04%
G = 2.9%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F60EDE (or 0xF60EDE) is known color: Hot Magenta. HEX triplet: F6, 0E and DE. RGB value is (246,14,222). Sum of RGB (Red+Green+Blue) = 246+14+222=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60EDE is #09F121. Grayscale: #6A6A6A. Windows color (decimal): -651554 or 14552822. OLE color: 14552822.

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

Color convert

RGB 246 14 222 -
CMYK 0 0.94 0.10 0.04
HSL 306.21º 0.93% 0.51% -
HSV(B) 306.21º 0.94% 0.96% -
XYZ 51.35 25.18 71.26 -
YUV 107.08 192.86 227.09 -
System Red Green Blue C M Y K H S L
Decimal 246 14 222 0 0.94 0.10 0.04 306.21 0.93 0.51
Hex F6 E DE 0 5E A 4 132 5D 33
Octal 366 16 336 0 136 12 4 462 135 63
Binary 11110110 1110 11011110 0 1011110 1010 100 100110010 1011101 110011

Color Harmonies of #F60EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60EDE

Black with #F60EDE

Text Example


Text Example

White with #F60EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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