#FC0BF9

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

Shades of Magenta #FC0BF9

Tints of Magenta #FC0BF9

Color information

#FC0BF9 (or 0xFC0BF9) is unknown color: approx Magenta. HEX triplet: FC, 0B and F9. RGB value is (252,11,249). Sum of RGB (Red+Green+Blue) = 252+11+249=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 11 (4.69% from 255 or 2.15% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BF9 is #03F406. Grayscale: #6D6D6D. Windows color (decimal): -259079 or 16321532. OLE color: 16321532.

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

Color convert

RGB25211249-
CMYK00.960.010.01
HSL300.75º97.57%51.57%-
HSV(B)300.75º95.63%98.82%-
XYZ57.3627.7791.96-
YUV110.19206.34229.15-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 11 (4.69% from 255) = 2.15%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=49.22%
G=2.15%
B=48.63%

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
Decimal2521124900.960.010.01300.7597.5751.57
HexFCBF90601112d6234
Octal3741337101401145514264
Binary1111110010111111100101100000111001011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0BF9; }

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

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

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

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

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

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

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

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