#FF8FFB

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

Shades of Fuchsia Pink #FF8FFB

Tints of Fuchsia Pink #FF8FFB

Color information

#FF8FFB (or 0xFF8FFB) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8F and FB. RGB value is (255,143,251). Sum of RGB (Red+Green+Blue) = 255+143+251=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 143 (56.25% from 255 or 22.03% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FFB is #007004. Grayscale: #BCBCBC. Windows color (decimal): -28677 or 16486399. OLE color: 16486399.

HSL color Cylindrical-coordinate representation of color #FF8FFB: hue angle of 302.14º 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 #FF8FFB is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255143251-
CMYK00.440.020
HSL302.14º100%78.04%-
HSV(B)302.14º43.92%100%-
XYZ68.4847.8796.9-
YUV188.8163.11175.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 143 (56.25% from 255) = 22.03%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=39.29%
G=22.03%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514325100.440.020302.1410078.04
HexFF8FFB02C2012e644e
Octal37721737305420456144116
Binary111111111000111111111011010110010010010111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8FFB; }

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

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

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

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

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

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

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

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