Html Css Color HEX #FC06FF Magenta

📋 copy color: '#FC06FF'

red 252 ◦ green 6 ◦ blue 255

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

Shades of Magenta #FC06FF

Tints of Magenta #FC06FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.71%

R = 49.12%
G = 1.17%
B = 49.71%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC06FF (or 0xFC06FF) is known color: Magenta. HEX triplet: FC, 06 and FF. RGB value is (252,6,255). Sum of RGB (Red+Green+Blue) = 252+6+255=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 6 (2.73% from 255 or 1.17% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC06FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06FF is #03F900. Grayscale: #6B6B6B. Windows color (decimal): -260353 or 16713468. OLE color: 16713468.

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

Color convert

RGB 252 6 255 -
CMYK 0.01 0.98 0 0
HSL 299.28º 1% 0.51% -
HSV(B) 299.28º 0.98% 1% -
XYZ 58.26 28.05 96.95 -
YUV 107.94 211 230.75 -
System Red Green Blue C M Y K H S L
Decimal 252 6 255 0.01 0.98 0 0 299.28 1 0.51
Hex FC 6 FF 1 62 0 0 12B 64 33
Octal 374 6 377 1 142 0 0 453 144 63
Binary 11111100 110 11111111 1 1100010 0 0 100101011 1100100 110011

Color Harmonies of #FC06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06FF

Black with #FC06FF

Text Example


Text Example

White with #FC06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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