#FF8BFF

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

Shades of Fuchsia Pink #FF8BFF

Tints of Fuchsia Pink #FF8BFF

Color information

#FF8BFF (or 0xFF8BFF) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 8B and FF. RGB value is (255,139,255). Sum of RGB (Red+Green+Blue) = 255+139+255=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 139 (54.69% from 255 or 21.42% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF8BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8BFF is #007400. Grayscale: #BABABA. Windows color (decimal): -29697 or 16747519. OLE color: 16747519.

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

Color convert

RGB255139255-
CMYK00.4500
HSL300º100%77.25%-
HSV(B)300º45.49%100%-
XYZ68.5246.95100.06-
YUV186.91166.43176.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.29%
GREEN value IS 139 (54.69% from 255) = 21.42%
BLUE value IS 255 (100% from 255) = 39.29%
R=39.29%
G=21.42%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513925500.450030010077.25
HexFF8BFF02D0012c644d
Octal37721337705500454144115
Binary11111111100010111111111101011010010010110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8BFF; }

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

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

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

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

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

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

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

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