Html Css Color HEX #FC06FB Magenta

📋 copy color: '#FC06FB'

red 252 ◦ green 6 ◦ blue 251

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

Shades of Magenta #FC06FB

Tints of Magenta #FC06FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 49.51%
G = 1.18%
B = 49.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC06FB (or 0xFC06FB) is known color: Magenta. HEX triplet: FC, 06 and FB. RGB value is (252,6,251). Sum of RGB (Red+Green+Blue) = 252+6+251=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 6 (2.73% from 255 or 1.18% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06FB is #03F904. Grayscale: #6A6A6A. Windows color (decimal): -260357 or 16451324. OLE color: 16451324.

HSL color Cylindrical-coordinate representation of color #FC06FB: hue angle of 300.24º 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 #FC06FB is Cyan = 0, Magento = 0.98, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 6 251 -
CMYK 0 0.98 0.00 0.01
HSL 300.24º 0.98% 0.51% -
HSV(B) 300.24º 0.98% 0.99% -
XYZ 57.62 27.79 93.59 -
YUV 107.48 209 231.08 -
System Red Green Blue C M Y K H S L
Decimal 252 6 251 0 0.98 0.00 0.01 300.24 0.98 0.51
Hex FC 6 FB 0 62 0 1 12C 62 33
Octal 374 6 373 0 142 0 1 454 142 63
Binary 11111100 110 11111011 0 1100010 0 1 100101100 1100010 110011

Color Harmonies of #FC06FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC06FB

Black with #FC06FB

Text Example


Text Example

White with #FC06FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC06FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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