#FC82F2

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

Shades of Pale Magenta #FC82F2

Tints of Pale Magenta #FC82F2

Color information

#FC82F2 (or 0xFC82F2) is unknown color: approx Pale Magenta. HEX triplet: FC, 82 and F2. RGB value is (252,130,242). Sum of RGB (Red+Green+Blue) = 252+130+242=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 130 (51.17% from 255 or 20.83% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC82F2 is #037D0D. Grayscale: #B2B2B2. Windows color (decimal): -228622 or 15893244. OLE color: 15893244.

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

Color convert

RGB252130242-
CMYK00.480.040.01
HSL304.92º95.31%74.9%-
HSV(B)304.92º48.41%98.82%-
XYZ64.1543.0788.94-
YUV179.25163.42179.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 130 (51.17% from 255) = 20.83%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=40.38%
G=20.83%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213024200.480.040.01304.9295.3174.9
HexFC82F2030411315f4b
Octal37420236206041461137113
Binary1111110010000010111100100110000100110011000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC82F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC82F2; }

 p { color: rgb(252,130,242); }

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

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

 a { background-color: rgb(252,130,242); }

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

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

 span { border-color: rgb(252,130,242); }

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