#FA7EFE

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

Shades of Fuchsia Pink #FA7EFE

Tints of Fuchsia Pink #FA7EFE

Color information

#FA7EFE (or 0xFA7EFE) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7E and FE. RGB value is (250,126,254). Sum of RGB (Red+Green+Blue) = 250+126+254=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 126 (49.61% from 255 or 20% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA7EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7EFE is #058101. Grayscale: #B1B1B1. Windows color (decimal): -360706 or 16678650. OLE color: 16678650.

HSL color Cylindrical-coordinate representation of color #FA7EFE: hue angle of 298.12º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7EFE is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250126254-
CMYK0.020.5000.00
HSL298.12º98.46%74.51%-
HSV(B)298.12º50.39%99.61%-
XYZ64.7742.498.54-
YUV177.67171.08179.59-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 126 (49.61% from 255) = 20%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=39.68%
G=20%
B=40.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501262540.020.5000.00298.1298.4674.51
HexFA7EFE2320012a624b
Octal37217637626200452142113
Binary11111010111111011111110101100100010010101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7EFE; }

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

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

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

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

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

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

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

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