#FC7FF0

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

Shades of Pale Magenta #FC7FF0

Tints of Pale Magenta #FC7FF0

Color information

#FC7FF0 (or 0xFC7FF0) is unknown color: approx Pale Magenta. HEX triplet: FC, 7F and F0. RGB value is (252,127,240). Sum of RGB (Red+Green+Blue) = 252+127+240=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 127 (50% from 255 or 20.52% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FF0 is #03800F. Grayscale: #B0B0B0. Windows color (decimal): -229392 or 15761404. OLE color: 15761404.

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

Color convert

RGB252127240-
CMYK00.500.050.01
HSL305.76º95.42%74.31%-
HSV(B)305.76º49.6%98.82%-
XYZ63.4642.1787.23-
YUV177.26163.41181.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 127 (50% from 255) = 20.52%
BLUE value IS 240 (94.14% from 255) = 38.77%
R=40.71%
G=20.52%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212724000.500.050.01305.7695.4274.31
HexFC7FF0032511325f4a
Octal37417736006251462137112
Binary111111001111111111100000110010101110011001010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FF0; }

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

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

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

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

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

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

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

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