#FC89FD

Color #FC89FD Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FC89FD

Tints of Fuchsia Pink #FC89FD

Color information

#FC89FD (or 0xFC89FD) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 89 and FD. RGB value is (252,137,253). Sum of RGB (Red+Green+Blue) = 252+137+253=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 137 (53.91% from 255 or 21.34% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC89FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC89FD is #037602. Grayscale: #B8B8B8. Windows color (decimal): -226819 or 16615932. OLE color: 16615932.

HSL color Cylindrical-coordinate representation of color #FC89FD: hue angle of 299.48º degrees, saturation: 0.97, 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 #FC89FD is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB252137253-
CMYK0.000.4600.01
HSL299.48º96.67%76.47%-
HSV(B)299.48º45.85%99.22%-
XYZ66.8245.6898.22-
YUV184.61166.6176.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 137 (53.91% from 255) = 21.34%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=39.25%
G=21.34%
B=39.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521372530.000.4600.01299.4896.6776.47
HexFC89FD02E0112b614c
Octal37421137505601453141114
Binary11111100100010011111110101011100110010101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC89FD; }

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

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

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

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

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

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

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

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