#FC90F0

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

Shades of Pale Magenta #FC90F0

Tints of Pale Magenta #FC90F0

Color information

#FC90F0 (or 0xFC90F0) is unknown color: approx Pale Magenta. HEX triplet: FC, 90 and F0. RGB value is (252,144,240). Sum of RGB (Red+Green+Blue) = 252+144+240=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 144 (56.64% from 255 or 22.64% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90F0 is #036F0F. Grayscale: #BABABA. Windows color (decimal): -225040 or 15765756. OLE color: 15765756.

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

Color convert

RGB252144240-
CMYK00.430.050.01
HSL306.67º94.74%77.65%-
HSV(B)306.67º42.86%98.82%-
XYZ65.8546.9388.03-
YUV187.24157.78174.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 144 (56.64% from 255) = 22.64%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=39.62%
G=22.64%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214424000.430.050.01306.6794.7477.65
HexFC90F002B511335f4e
Octal37422036005351463137116
Binary1111110010010000111100000101011101110011001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC90F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC90F0; }

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

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

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

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

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

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

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

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