#FB7FFA

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

Shades of Fuchsia Pink #FB7FFA

Tints of Fuchsia Pink #FB7FFA

Color information

#FB7FFA (or 0xFB7FFA) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 7F and FA. RGB value is (251,127,250). Sum of RGB (Red+Green+Blue) = 251+127+250=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 127 (50% from 255 or 20.22% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7FFA is #048005. Grayscale: #B1B1B1. Windows color (decimal): -294918 or 16416763. OLE color: 16416763.

HSL color Cylindrical-coordinate representation of color #FB7FFA: hue angle of 300.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB7FFA is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251127250-
CMYK00.490.000.02
HSL300.48º93.94%74.12%-
HSV(B)300.48º49.4%98.43%-
XYZ64.6342.5995.26-
YUV178.1168.58180-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.97%
GREEN value IS 127 (50% from 255) = 20.22%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=39.97%
G=20.22%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112725000.490.000.02300.4893.9474.12
HexFB7FFA0310212c5e4a
Octal37317737206102454136112
Binary11111011111111111111010011000101010010110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7FFA; }

 p { color: rgb(251,127,250); }

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

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

 a { background-color: rgb(251,127,250); }

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

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

 span { border-color: rgb(251,127,250); }

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