#FC89F3

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

Shades of Pale Magenta #FC89F3

Tints of Pale Magenta #FC89F3

Color information

#FC89F3 (or 0xFC89F3) is unknown color: approx Pale Magenta. HEX triplet: FC, 89 and F3. RGB value is (252,137,243). Sum of RGB (Red+Green+Blue) = 252+137+243=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 137 (53.91% from 255 or 21.68% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC89F3 is #03760C. Grayscale: #B7B7B7. Windows color (decimal): -226829 or 15960572. OLE color: 15960572.

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

Color convert

RGB252137243-
CMYK00.460.040.01
HSL304.7º95.04%76.27%-
HSV(B)304.7º45.63%98.82%-
XYZ65.2745.0690.05-
YUV183.47161.6176.88-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 137 (53.91% from 255) = 21.68%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=39.87%
G=21.68%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213724300.460.040.01304.795.0476.27
HexFC89F302E411315f4c
Octal37421136305641461137114
Binary1111110010001001111100110101110100110011000110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC89F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC89F3; }

 p { color: rgb(252,137,243); }

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

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

 a { background-color: rgb(252,137,243); }

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

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

 span { border-color: rgb(252,137,243); }

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