#FE94FF

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

Shades of Fuchsia Pink #FE94FF

Tints of Fuchsia Pink #FE94FF

Color information

#FE94FF (or 0xFE94FF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 94 and FF. RGB value is (254,148,255). Sum of RGB (Red+Green+Blue) = 254+148+255=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 148 (58.20% from 255 or 22.53% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE94FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE94FF is #016B00. Grayscale: #BFBFBF. Windows color (decimal): -92929 or 16749822. OLE color: 16749822.

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

Color convert

RGB254148255-
CMYK0.000.4200
HSL299.44º100%79.02%-
HSV(B)299.44º41.96%100%-
XYZ69.5149.47100.49-
YUV191.89163.62172.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 148 (58.20% from 255) = 22.53%
BLUE value IS 255 (100% from 255) = 38.81%
R=38.66%
G=22.53%
B=38.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541482550.000.4200299.4410079.02
HexFE94FF02A0012b644f
Octal37622437705200453144117
Binary11111110100101001111111101010100010010101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE94FF; }

 p { color: rgb(254,148,255); }

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

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

 a { background-color: rgb(254,148,255); }

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

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

 span { border-color: rgb(254,148,255); }

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