Html Css Color HEX #F60AD5 Hot Magenta

📋 copy color: '#F60AD5'

red 246 ◦ green 10 ◦ blue 213

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

Shades of Hot Magenta #F60AD5

Tints of Hot Magenta #F60AD5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.13%

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 52.45%
G = 2.13%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F60AD5 (or 0xF60AD5) is known color: Hot Magenta. HEX triplet: F6, 0A and D5. RGB value is (246,10,213). Sum of RGB (Red+Green+Blue) = 246+10+213=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 10 (4.30% from 255 or 2.13% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F60AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60AD5 is #09F52A. Grayscale: #676767. Windows color (decimal): -652587 or 13961974. OLE color: 13961974.

HSL color Cylindrical-coordinate representation of color #F60AD5: hue angle of 308.39º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60AD5 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 10 213 -
CMYK 0 0.96 0.13 0.04
HSL 308.39º 0.93% 0.5% -
HSV(B) 308.39º 0.96% 0.96% -
XYZ 50.12 24.61 65.06 -
YUV 103.71 189.69 229.49 -
System Red Green Blue C M Y K H S L
Decimal 246 10 213 0 0.96 0.13 0.04 308.39 0.93 0.5
Hex F6 A D5 0 60 D 4 134 5D 32
Octal 366 12 325 0 140 15 4 464 135 62
Binary 11110110 1010 11010101 0 1100000 1101 100 100110100 1011101 110010

Color Harmonies of #F60AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60AD5

Black with #F60AD5

Text Example


Text Example

White with #F60AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60AD5; }

 p { color: rgb(246,10,213); }

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

background-color css

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

 a { background-color: rgb(246,10,213); }

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

border-color css

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

 span { border-color: rgb(246,10,213); }

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