#FF8CFC

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

Shades of Fuchsia Pink #FF8CFC

Tints of Fuchsia Pink #FF8CFC

Color information

#FF8CFC (or 0xFF8CFC) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8C and FC. RGB value is (255,140,252). Sum of RGB (Red+Green+Blue) = 255+140+252=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 140 (55.08% from 255 or 21.64% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8CFC is #007303. Grayscale: #BABABA. Windows color (decimal): -29444 or 16551167. OLE color: 16551167.

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

Color convert

RGB255140252-
CMYK00.450.010
HSL301.57º100%77.45%-
HSV(B)301.57º45.1%100%-
XYZ68.1947.0497.58-
YUV187.15164.6176.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.41%
GREEN value IS 140 (55.08% from 255) = 21.64%
BLUE value IS 252 (98.83% from 255) = 38.95%
R=39.41%
G=21.64%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514025200.450.010301.5710077.45
HexFF8CFC02D1012e644d
Octal37721437405510456144115
Binary11111111100011001111110001011011010010111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8CFC; }

 p { color: rgb(255,140,252); }

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

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

 a { background-color: rgb(255,140,252); }

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

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

 span { border-color: rgb(255,140,252); }

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