Html Css Color HEX #F60ED3 Hot Magenta

📋 copy color: '#F60ED3'

red 246 ◦ green 14 ◦ blue 211

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

Shades of Hot Magenta #F60ED3

Tints of Hot Magenta #F60ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.8%

R = 52.23%
G = 2.97%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F60ED3 (or 0xF60ED3) is known color: Hot Magenta. HEX triplet: F6, 0E and D3. RGB value is (246,14,211). Sum of RGB (Red+Green+Blue) = 246+14+211=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F60ED3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60ED3 is #09F12C. Grayscale: #696969. Windows color (decimal): -651565 or 13831926. OLE color: 13831926.

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

Color convert

RGB 246 14 211 -
CMYK 0 0.94 0.14 0.04
HSL 309.05º 0.93% 0.51% -
HSV(B) 309.05º 0.94% 0.96% -
XYZ 49.92 24.61 63.75 -
YUV 105.83 187.36 227.98 -
System Red Green Blue C M Y K H S L
Decimal 246 14 211 0 0.94 0.14 0.04 309.05 0.93 0.51
Hex F6 E D3 0 5E E 4 135 5D 33
Octal 366 16 323 0 136 16 4 465 135 63
Binary 11110110 1110 11010011 0 1011110 1110 100 100110101 1011101 110011

Color Harmonies of #F60ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60ED3

Black with #F60ED3

Text Example


Text Example

White with #F60ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60ED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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