#FC0BFB

Color #FC0BFB Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FC0BFB

Tints of Magenta #FC0BFB

Color information

#FC0BFB (or 0xFC0BFB) is unknown color: approx Magenta. HEX triplet: FC, 0B and FB. RGB value is (252,11,251). Sum of RGB (Red+Green+Blue) = 252+11+251=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 11 (4.69% from 255 or 2.14% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BFB is #03F404. Grayscale: #6D6D6D. Windows color (decimal): -259077 or 16452604. OLE color: 16452604.

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

Color convert

RGB25211251-
CMYK00.960.000.01
HSL300.25º97.57%51.57%-
HSV(B)300.25º95.63%98.82%-
XYZ57.6827.993.61-
YUV110.42207.34228.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 11 (4.69% from 255) = 2.14%
BLUE value IS 251 (98.44% from 255) = 48.83%
R=49.03%
G=2.14%
B=48.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521125100.960.000.01300.2597.5751.57
HexFCBFB0600112c6234
Octal3741337301400145414264
Binary1111110010111111101101100000011001011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0BFB; }

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

 H1.HeaderClassName
 {
   color: #FC0BFB;
 }
 .AnyTagClassName
 {
   color: #FC0BFB;
 }
</style>
background-color css

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

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

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

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

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

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