Html Css Color HEX #F600FC Magenta

📋 copy color: '#F600FC'

red 246 ◦ green 0 ◦ blue 252

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

Shades of Magenta #F600FC

Tints of Magenta #F600FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.6%

R = 49.4%
G = 0%
B = 50.6%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F600FC (or 0xF600FC) is known color: Magenta. HEX triplet: F6, 00 and FC. RGB value is (246,0,252). Sum of RGB (Red+Green+Blue) = 246+0+252=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #F600FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F600FC is #09FF03. Grayscale: #656565. Windows color (decimal): -655108 or 16515318. OLE color: 16515318.

HSL color Cylindrical-coordinate representation of color #F600FC: hue angle of 298.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F600FC is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 0 252 -
CMYK 0.02 1 0 0.01
HSL 298.57º 1% 0.49% -
HSV(B) 298.57º 1% 0.99% -
XYZ 55.58 26.62 94.3 -
YUV 102.28 212.5 230.51 -
System Red Green Blue C M Y K H S L
Decimal 246 0 252 0.02 1 0 0.01 298.57 1 0.49
Hex F6 0 FC 2 64 0 1 12B 64 31
Octal 366 0 374 2 144 0 1 453 144 61
Binary 11110110 0 11111100 10 1100100 0 1 100101011 1100100 110001

Color Harmonies of #F600FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F600FC

Black with #F600FC

Text Example


Text Example

White with #F600FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F600FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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