Html Css Color HEX #FB00FC Magenta

📋 copy color: '#FB00FC'

red 251 ◦ green 0 ◦ blue 252

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

Shades of Magenta #FB00FC

Tints of Magenta #FB00FC

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 251 0 252 -
CMYK 0.00 1 0 0.01
HSL 299.76º 1% 0.49% -
HSV(B) 299.76º 1% 0.99% -
XYZ 57.35 27.54 94.39 -
YUV 103.78 211.66 233.01 -
System Red Green Blue C M Y K H S L
Decimal 251 0 252 0.00 1 0 0.01 299.76 1 0.49
Hex FB 0 FC 0 64 0 1 12C 64 31
Octal 373 0 374 0 144 0 1 454 144 61
Binary 11111011 0 11111100 0 1100100 0 1 100101100 1100100 110001

Color Harmonies of #FB00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00FC

Black with #FB00FC

Text Example


Text Example

White with #FB00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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