Html Css Color HEX #F60DD4 Hot Magenta

📋 copy color: '#F60DD4'

red 246 ◦ green 13 ◦ blue 212

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

Shades of Hot Magenta #F60DD4

Tints of Hot Magenta #F60DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 52.23%
G = 2.76%
B = 45.01%

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

#F60DD4 (or 0xF60DD4) is known color: Hot Magenta. HEX triplet: F6, 0D and D4. RGB value is (246,13,212). Sum of RGB (Red+Green+Blue) = 246+13+212=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DD4 is #09F22B. Grayscale: #686868. Windows color (decimal): -651820 or 13897206. OLE color: 13897206.

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

Color convert

RGB 246 13 212 -
CMYK 0 0.95 0.14 0.04
HSL 308.76º 0.93% 0.51% -
HSV(B) 308.76º 0.95% 0.96% -
XYZ 50.03 24.63 64.41 -
YUV 105.35 188.19 228.32 -
System Red Green Blue C M Y K H S L
Decimal 246 13 212 0 0.95 0.14 0.04 308.76 0.93 0.51
Hex F6 D D4 0 5F E 4 135 5D 33
Octal 366 15 324 0 137 16 4 465 135 63
Binary 11110110 1101 11010100 0 1011111 1110 100 100110101 1011101 110011

Color Harmonies of #F60DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DD4

Black with #F60DD4

Text Example


Text Example

White with #F60DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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