#FF8BFB

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

Shades of Fuchsia Pink #FF8BFB

Tints of Fuchsia Pink #FF8BFB

Color information

#FF8BFB (or 0xFF8BFB) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8B and FB. RGB value is (255,139,251). Sum of RGB (Red+Green+Blue) = 255+139+251=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 139 (54.69% from 255 or 21.55% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8BFB is #007404. Grayscale: #BABABA. Windows color (decimal): -29701 or 16485375. OLE color: 16485375.

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

Color convert

RGB255139251-
CMYK00.450.020
HSL302.07º100%77.25%-
HSV(B)302.07º45.49%100%-
XYZ67.8946.6996.7-
YUV186.45164.43176.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 139 (54.69% from 255) = 21.55%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=39.53%
G=21.55%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513925100.450.020302.0710077.25
HexFF8BFB02D2012e644d
Octal37721337305520456144115
Binary111111111000101111111011010110110010010111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8BFB; }

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

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

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

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

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

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

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

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