#FC8FF1

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

Shades of Pale Magenta #FC8FF1

Tints of Pale Magenta #FC8FF1

Color information

#FC8FF1 (or 0xFC8FF1) is unknown color: approx Pale Magenta. HEX triplet: FC, 8F and F1. RGB value is (252,143,241). Sum of RGB (Red+Green+Blue) = 252+143+241=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8FF1 is #03700E. Grayscale: #BABABA. Windows color (decimal): -225295 or 15831036. OLE color: 15831036.

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

Color convert

RGB252143241-
CMYK00.430.040.01
HSL306.06º94.78%77.45%-
HSV(B)306.06º43.25%98.82%-
XYZ65.8446.6988.76-
YUV186.76158.61174.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 143 (56.25% from 255) = 22.48%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=39.62%
G=22.48%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214324100.430.040.01306.0694.7877.45
HexFC8FF102B411325f4d
Octal37421736105341462137115
Binary1111110010001111111100010101011100110011001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8FF1; }

 p { color: rgb(252,143,241); }

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

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

 a { background-color: rgb(252,143,241); }

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

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

 span { border-color: rgb(252,143,241); }

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