Html Css Color HEX #F60CCE Hot Magenta

📋 copy color: '#F60CCE'

red 246 ◦ green 12 ◦ blue 206

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

Shades of Hot Magenta #F60CCE

Tints of Hot Magenta #F60CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.59%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 53.02%
G = 2.59%
B = 44.4%

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

#F60CCE (or 0xF60CCE) is known color: Hot Magenta. HEX triplet: F6, 0C and CE. RGB value is (246,12,206). Sum of RGB (Red+Green+Blue) = 246+12+206=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 12 (5.08% from 255 or 2.59% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CCE is #09F331. Grayscale: #676767. Windows color (decimal): -652082 or 13503734. OLE color: 13503734.

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

Color convert

RGB 246 12 206 -
CMYK 0 0.95 0.16 0.04
HSL 310.26º 0.93% 0.51% -
HSV(B) 310.26º 0.95% 0.96% -
XYZ 49.28 24.31 60.49 -
YUV 104.08 185.52 229.23 -
System Red Green Blue C M Y K H S L
Decimal 246 12 206 0 0.95 0.16 0.04 310.26 0.93 0.51
Hex F6 C CE 0 5F 10 4 136 5D 33
Octal 366 14 316 0 137 20 4 466 135 63
Binary 11110110 1100 11001110 0 1011111 10000 100 100110110 1011101 110011

Color Harmonies of #F60CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60CCE

Black with #F60CCE

Text Example


Text Example

White with #F60CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60CCE; }

 p { color: rgb(246,12,206); }

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

background-color css

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

 a { background-color: rgb(246,12,206); }

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

border-color css

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

 span { border-color: rgb(246,12,206); }

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