#FA7EFB

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

Shades of Fuchsia Pink #FA7EFB

Tints of Fuchsia Pink #FA7EFB

Color information

#FA7EFB (or 0xFA7EFB) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7E and FB. RGB value is (250,126,251). Sum of RGB (Red+Green+Blue) = 250+126+251=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 126 (49.61% from 255 or 20.10% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA7EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7EFB is #058104. Grayscale: #B0B0B0. Windows color (decimal): -360709 or 16482042. OLE color: 16482042.

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

Color convert

RGB250126251-
CMYK0.000.5000.02
HSL299.52º93.98%73.92%-
HSV(B)299.52º49.8%98.43%-
XYZ64.342.2196.03-
YUV177.33169.58179.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 126 (49.61% from 255) = 20.10%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=39.87%
G=20.10%
B=40.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501262510.000.5000.02299.5293.9873.92
HexFA7EFB0320212c5e4a
Octal37217637306202454136112
Binary11111010111111011111011011001001010010110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7EFB; }

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

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

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

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

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

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

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

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