#FC8AF0

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

Shades of Pale Magenta #FC8AF0

Tints of Pale Magenta #FC8AF0

Color information

#FC8AF0 (or 0xFC8AF0) is unknown color: approx Pale Magenta. HEX triplet: FC, 8A and F0. RGB value is (252,138,240). Sum of RGB (Red+Green+Blue) = 252+138+240=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 138 (54.30% from 255 or 21.90% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AF0 is #03750F. Grayscale: #B7B7B7. Windows color (decimal): -226576 or 15764220. OLE color: 15764220.

HSL color Cylindrical-coordinate representation of color #FC8AF0: hue angle of 306.32º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8AF0 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252138240-
CMYK00.450.050.01
HSL306.32º95%76.47%-
HSV(B)306.32º45.24%98.82%-
XYZ64.9645.1687.73-
YUV183.71159.77176.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 21.90%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=40%
G=21.90%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213824000.450.050.01306.329576.47
HexFC8AF002D511325f4c
Octal37421236005551462137114
Binary1111110010001010111100000101101101110011001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8AF0; }

 p { color: rgb(252,138,240); }

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

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

 a { background-color: rgb(252,138,240); }

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

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

 span { border-color: rgb(252,138,240); }

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