Html Css Color HEX #F60DD5 Hot Magenta

📋 copy color: '#F60DD5'

red 246 ◦ green 13 ◦ blue 213

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

Shades of Hot Magenta #F60DD5

Tints of Hot Magenta #F60DD5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.75%

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

R = 52.12%
G = 2.75%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F60DD5 (or 0xF60DD5) is known color: Hot Magenta. HEX triplet: F6, 0D and D5. RGB value is (246,13,213). Sum of RGB (Red+Green+Blue) = 246+13+213=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DD5 is #09F22A. Grayscale: #686868. Windows color (decimal): -651819 or 13962742. OLE color: 13962742.

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

Color convert

RGB 246 13 213 -
CMYK 0 0.95 0.13 0.04
HSL 308.5º 0.93% 0.51% -
HSV(B) 308.5º 0.95% 0.96% -
XYZ 50.16 24.68 65.07 -
YUV 105.47 188.69 228.24 -
System Red Green Blue C M Y K H S L
Decimal 246 13 213 0 0.95 0.13 0.04 308.5 0.93 0.51
Hex F6 D D5 0 5F D 4 134 5D 33
Octal 366 15 325 0 137 15 4 464 135 63
Binary 11110110 1101 11010101 0 1011111 1101 100 100110100 1011101 110011

Color Harmonies of #F60DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DD5

Black with #F60DD5

Text Example


Text Example

White with #F60DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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