#FC0BFA

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

Shades of Magenta #FC0BFA

Tints of Magenta #FC0BFA

Color information

#FC0BFA (or 0xFC0BFA) is unknown color: approx Magenta. HEX triplet: FC, 0B and FA. RGB value is (252,11,250). Sum of RGB (Red+Green+Blue) = 252+11+250=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 11 (4.69% from 255 or 2.14% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BFA is #03F405. Grayscale: #6D6D6D. Windows color (decimal): -259078 or 16387068. OLE color: 16387068.

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

Color convert

RGB25211250-
CMYK00.960.010.01
HSL300.5º97.57%51.57%-
HSV(B)300.5º95.63%98.82%-
XYZ57.5227.8492.78-
YUV110.3206.84229.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.12%
GREEN value IS 11 (4.69% from 255) = 2.14%
BLUE value IS 250 (98.05% from 255) = 48.73%
R=49.12%
G=2.14%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521125000.960.010.01300.597.5751.57
HexFCBFA0601112c6234
Octal3741337201401145414264
Binary1111110010111111101001100000111001011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0BFA; }

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

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

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

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

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

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

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

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