Html Css Color HEX #F60DD3 Hot Magenta

📋 copy color: '#F60DD3'

red 246 ◦ green 13 ◦ blue 211

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

Shades of Hot Magenta #F60DD3

Tints of Hot Magenta #F60DD3

RGB

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

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

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

R = 52.34%
G = 2.77%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F60DD3 (or 0xF60DD3) is known color: Hot Magenta. HEX triplet: F6, 0D and D3. RGB value is (246,13,211). Sum of RGB (Red+Green+Blue) = 246+13+211=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 211 (82.81% from 255 or 44.89% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DD3 is #09F22C. Grayscale: #686868. Windows color (decimal): -651821 or 13831670. OLE color: 13831670.

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

Color convert

RGB 246 13 211 -
CMYK 0 0.95 0.14 0.04
HSL 309.01º 0.93% 0.51% -
HSV(B) 309.01º 0.95% 0.96% -
XYZ 49.91 24.58 63.74 -
YUV 105.24 187.69 228.4 -
System Red Green Blue C M Y K H S L
Decimal 246 13 211 0 0.95 0.14 0.04 309.01 0.93 0.51
Hex F6 D D3 0 5F E 4 135 5D 33
Octal 366 15 323 0 137 16 4 465 135 63
Binary 11110110 1101 11010011 0 1011111 1110 100 100110101 1011101 110011

Color Harmonies of #F60DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DD3

Black with #F60DD3

Text Example


Text Example

White with #F60DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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