#FE7EFA

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

Shades of Fuchsia Pink #FE7EFA

Tints of Fuchsia Pink #FE7EFA

Color information

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

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

Color convert

RGB254126250-
CMYK00.500.020.00
HSL301.88º98.46%74.51%-
HSV(B)301.88º50.39%99.61%-
XYZ65.5942.8995.27-
YUV178.41168.41181.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412625000.500.020.00301.8898.4674.51
HexFE7EFA0322012e624b
Octal37617637206220456142113
Binary11111110111111011111010011001010010010111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7EFA; }

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

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

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

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

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

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

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

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