Html Css Color HEX #FC06FE Magenta

📋 copy color: '#FC06FE'

red 252 ◦ green 6 ◦ blue 254

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

Shades of Magenta #FC06FE

Tints of Magenta #FC06FE

RGB

 RED value IS 252 (98.83% from 255) = 49.22%

 GREEN value IS 6 (2.73% from 255) = 1.17%

 BLUE value IS 254 (99.61% from 255) = 49.61%

R = 49.22%
G = 1.17%
B = 49.61%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC06FE (or 0xFC06FE) is known color: Magenta. HEX triplet: FC, 06 and FE. RGB value is (252,6,254). Sum of RGB (Red+Green+Blue) = 252+6+254=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 6 (2.73% from 255 or 1.17% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC06FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06FE is #03F901. Grayscale: #6B6B6B. Windows color (decimal): -260354 or 16647932. OLE color: 16647932.

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

Color convert

RGB 252 6 254 -
CMYK 0.01 0.98 0 0.00
HSL 299.52º 0.99% 0.51% -
HSV(B) 299.52º 0.98% 1% -
XYZ 58.1 27.98 96.1 -
YUV 107.83 210.5 230.83 -
System Red Green Blue C M Y K H S L
Decimal 252 6 254 0.01 0.98 0 0.00 299.52 0.99 0.51
Hex FC 6 FE 1 62 0 0 12C 63 33
Octal 374 6 376 1 142 0 0 454 143 63
Binary 11111100 110 11111110 1 1100010 0 0 100101100 1100011 110011

Color Harmonies of #FC06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06FE

Black with #FC06FE

Text Example


Text Example

White with #FC06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06FE; }

 p { color: rgb(252,6,254); }

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

background-color css

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

 a { background-color: rgb(252,6,254); }

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

border-color css

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

 span { border-color: rgb(252,6,254); }

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