Html Css Color HEX #F60DDC Hot Magenta

📋 copy color: '#F60DDC'

red 246 ◦ green 13 ◦ blue 220

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

Shades of Hot Magenta #F60DDC

Tints of Hot Magenta #F60DDC

RGB

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

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

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

R = 51.36%
G = 2.71%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F60DDC (or 0xF60DDC) is known color: Hot Magenta. HEX triplet: F6, 0D and DC. RGB value is (246,13,220). Sum of RGB (Red+Green+Blue) = 246+13+220=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DDC is #09F223. Grayscale: #696969. Windows color (decimal): -651812 or 14421494. OLE color: 14421494.

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

Color convert

RGB 246 13 220 -
CMYK 0 0.95 0.11 0.04
HSL 306.7º 0.93% 0.51% -
HSV(B) 306.7º 0.95% 0.96% -
XYZ 51.07 25.05 69.85 -
YUV 106.27 192.19 227.67 -
System Red Green Blue C M Y K H S L
Decimal 246 13 220 0 0.95 0.11 0.04 306.7 0.93 0.51
Hex F6 D DC 0 5F B 4 133 5D 33
Octal 366 15 334 0 137 13 4 463 135 63
Binary 11110110 1101 11011100 0 1011111 1011 100 100110011 1011101 110011

Color Harmonies of #F60DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DDC

Black with #F60DDC

Text Example


Text Example

White with #F60DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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