#FF93FE

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

Shades of Fuchsia Pink #FF93FE

Tints of Fuchsia Pink #FF93FE

Color information

#FF93FE (or 0xFF93FE) is unknown color: approx Fuchsia Pink. HEX triplet: FF, 93 and FE. RGB value is (255,147,254). Sum of RGB (Red+Green+Blue) = 255+147+254=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 147 (57.81% from 255 or 22.41% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FF93FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF93FE is #006C01. Grayscale: #BFBFBF. Windows color (decimal): -27650 or 16684031. OLE color: 16684031.

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

Color convert

RGB255147254-
CMYK00.420.000
HSL300.56º100%78.82%-
HSV(B)300.56º42.35%100%-
XYZ69.5649.2899.61-
YUV191.49163.28173.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 147 (57.81% from 255) = 22.41%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=38.87%
G=22.41%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514725400.420.000300.5610078.82
HexFF93FE02A0012d644f
Octal37722337605200455144117
Binary11111111100100111111111001010100010010110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF93FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF93FE; }

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

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

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

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

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

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

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

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