Html Css Color HEX #FC00FB Magenta

📋 copy color: '#FC00FB'

red 252 ◦ green 0 ◦ blue 251

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

Shades of Magenta #FC00FB

Tints of Magenta #FC00FB

RGB

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

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

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

R = 50.1%
G = 0%
B = 49.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC00FB (or 0xFC00FB) is known color: Magenta. HEX triplet: FC, 00 and FB. RGB value is (252,0,251). Sum of RGB (Red+Green+Blue) = 252+0+251=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 0 (0.39% from 255 or 0% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00FB is #03FF04. Grayscale: #676767. Windows color (decimal): -261893 or 16449788. OLE color: 16449788.

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

Color convert

RGB 252 0 251 -
CMYK 0 1 0.00 0.01
HSL 300.24º 1% 0.49% -
HSV(B) 300.24º 1% 0.99% -
XYZ 57.56 27.66 93.57 -
YUV 103.96 210.99 233.59 -
System Red Green Blue C M Y K H S L
Decimal 252 0 251 0 1 0.00 0.01 300.24 1 0.49
Hex FC 0 FB 0 64 0 1 12C 64 31
Octal 374 0 373 0 144 0 1 454 144 61
Binary 11111100 0 11111011 0 1100100 0 1 100101100 1100100 110001

Color Harmonies of #FC00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00FB

Black with #FC00FB

Text Example


Text Example

White with #FC00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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