Html Css Color HEX #FC06FA Magenta

📋 copy color: '#FC06FA'

red 252 ◦ green 6 ◦ blue 250

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

Shades of Magenta #FC06FA

Tints of Magenta #FC06FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 49.61%
G = 1.18%
B = 49.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC06FA (or 0xFC06FA) is known color: Magenta. HEX triplet: FC, 06 and FA. RGB value is (252,6,250). Sum of RGB (Red+Green+Blue) = 252+6+250=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 6 (2.73% from 255 or 1.18% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06FA is #03F905. Grayscale: #6A6A6A. Windows color (decimal): -260358 or 16385788. OLE color: 16385788.

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

Color convert

RGB 252 6 250 -
CMYK 0 0.98 0.01 0.01
HSL 300.49º 0.98% 0.51% -
HSV(B) 300.49º 0.98% 0.99% -
XYZ 57.47 27.73 92.77 -
YUV 107.37 208.5 231.16 -
System Red Green Blue C M Y K H S L
Decimal 252 6 250 0 0.98 0.01 0.01 300.49 0.98 0.51
Hex FC 6 FA 0 62 1 1 12C 62 33
Octal 374 6 372 0 142 1 1 454 142 63
Binary 11111100 110 11111010 0 1100010 1 1 100101100 1100010 110011

Color Harmonies of #FC06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06FA

Black with #FC06FA

Text Example


Text Example

White with #FC06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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