#FE75FA

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

Shades of Fuchsia Pink #FE75FA

Tints of Fuchsia Pink #FE75FA

Color information

#FE75FA (or 0xFE75FA) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 75 and FA. RGB value is (254,117,250). Sum of RGB (Red+Green+Blue) = 254+117+250=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 117 (46.09% from 255 or 18.84% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE75FA is #018A05. Grayscale: #ACACAC. Windows color (decimal): -100870 or 16414206. OLE color: 16414206.

HSL color Cylindrical-coordinate representation of color #FE75FA: hue angle of 301.75º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75FA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB254117250-
CMYK00.540.020.00
HSL301.75º98.56%72.75%-
HSV(B)301.75º53.94%99.61%-
XYZ64.4940.794.9-
YUV173.12171.39185.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 117 (46.09% from 255) = 18.84%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=40.90%
G=18.84%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411725000.540.020.00301.7598.5672.75
HexFE75FA0362012e6349
Octal37616537206620456143111
Binary11111110111010111111010011011010010010111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE75FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE75FA; }

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

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

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

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

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

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

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

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