Html Css Color HEX #F600CC Hot Magenta

📋 copy color: '#F600CC'

red 246 ◦ green 0 ◦ blue 204

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

Shades of Hot Magenta #F600CC

Tints of Hot Magenta #F600CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 54.67%
G = 0%
B = 45.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F600CC (or 0xF600CC) is known color: Hot Magenta. HEX triplet: F6, 00 and CC. RGB value is (246,0,204). Sum of RGB (Red+Green+Blue) = 246+0+204=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F600CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600CC is #09FF33. Grayscale: #606060. Windows color (decimal): -655156 or 13369590. OLE color: 13369590.

HSL color Cylindrical-coordinate representation of color #F600CC: hue angle of 310.24º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600CC is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 0 204 -
CMYK 0 1 0.17 0.04
HSL 310.24º 1% 0.48% -
HSV(B) 310.24º 1% 0.96% -
XYZ 48.91 23.95 59.17 -
YUV 96.81 188.5 234.41 -
System Red Green Blue C M Y K H S L
Decimal 246 0 204 0 1 0.17 0.04 310.24 1 0.48
Hex F6 0 CC 0 64 11 4 136 64 30
Octal 366 0 314 0 144 21 4 466 144 60
Binary 11110110 0 11001100 0 1100100 10001 100 100110110 1100100 110000

Color Harmonies of #F600CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600CC

Black with #F600CC

Text Example


Text Example

White with #F600CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600CC; }

 p { color: rgb(246,0,204); }

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

background-color css

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

 a { background-color: rgb(246,0,204); }

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

border-color css

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

 span { border-color: rgb(246,0,204); }

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