#FB7DFA

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

Shades of Fuchsia Pink #FB7DFA

Tints of Fuchsia Pink #FB7DFA

Color information

#FB7DFA (or 0xFB7DFA) is unknown color: approx Fuchsia Pink. HEX triplet: FB, 7D and FA. RGB value is (251,125,250). Sum of RGB (Red+Green+Blue) = 251+125+250=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 125 (49.22% from 255 or 19.97% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB7DFA is #048205. Grayscale: #B0B0B0. Windows color (decimal): -295430 or 16416251. OLE color: 16416251.

HSL color Cylindrical-coordinate representation of color #FB7DFA: 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.5%. Process color model (Four color, CMYK) of #FB7DFA is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB251125250-
CMYK00.500.000.02
HSL300.48º94.03%73.73%-
HSV(B)300.48º50.2%98.43%-
XYZ64.3742.0895.17-
YUV176.92169.24180.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.10%
GREEN value IS 125 (49.22% from 255) = 19.97%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=40.10%
G=19.97%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112525000.500.000.02300.4894.0373.73
HexFB7DFA0320212c5e4a
Octal37317537206202454136112
Binary11111011111110111111010011001001010010110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7DFA; }

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

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

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

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

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

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

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

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