#FF8FFA

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

Shades of Fuchsia Pink #FF8FFA

Tints of Fuchsia Pink #FF8FFA

Color information

#FF8FFA (or 0xFF8FFA) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8F and FA. RGB value is (255,143,250). Sum of RGB (Red+Green+Blue) = 255+143+250=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 143 (56.25% from 255 or 22.07% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FFA is #007005. Grayscale: #BCBCBC. Windows color (decimal): -28678 or 16420863. OLE color: 16420863.

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

Color convert

RGB255143250-
CMYK00.440.020
HSL302.68º100%78.04%-
HSV(B)302.68º43.92%100%-
XYZ68.3247.8196.07-
YUV188.69162.61175.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 143 (56.25% from 255) = 22.07%
BLUE value IS 250 (98.05% from 255) = 38.58%
R=39.35%
G=22.07%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514325000.440.020302.6810078.04
HexFF8FFA02C2012f644e
Octal37721737205420457144116
Binary111111111000111111111010010110010010010111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8FFA; }

 p { color: rgb(255,143,250); }

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

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

 a { background-color: rgb(255,143,250); }

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

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

 span { border-color: rgb(255,143,250); }

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