Html Css Color HEX #F60DCF Hot Magenta

📋 copy color: '#F60DCF'

red 246 ◦ green 13 ◦ blue 207

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

Shades of Hot Magenta #F60DCF

Tints of Hot Magenta #F60DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 52.79%
G = 2.79%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F60DCF (or 0xF60DCF) is known color: Hot Magenta. HEX triplet: F6, 0D and CF. RGB value is (246,13,207). Sum of RGB (Red+Green+Blue) = 246+13+207=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60DCF is #09F230. Grayscale: #686868. Windows color (decimal): -651825 or 13569526. OLE color: 13569526.

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

Color convert

RGB 246 13 207 -
CMYK 0 0.95 0.16 0.04
HSL 310.04º 0.93% 0.51% -
HSV(B) 310.04º 0.95% 0.96% -
XYZ 49.41 24.39 61.13 -
YUV 104.78 185.69 228.73 -
System Red Green Blue C M Y K H S L
Decimal 246 13 207 0 0.95 0.16 0.04 310.04 0.93 0.51
Hex F6 D CF 0 5F 10 4 136 5D 33
Octal 366 15 317 0 137 20 4 466 135 63
Binary 11110110 1101 11001111 0 1011111 10000 100 100110110 1011101 110011

Color Harmonies of #F60DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60DCF

Black with #F60DCF

Text Example


Text Example

White with #F60DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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