#FE7DFF

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

Shades of Fuchsia Pink #FE7DFF

Tints of Fuchsia Pink #FE7DFF

Color information

#FE7DFF (or 0xFE7DFF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 7D and FF. RGB value is (254,125,255). Sum of RGB (Red+Green+Blue) = 254+125+255=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 125 (49.22% from 255 or 19.72% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DFF is #018200. Grayscale: #B2B2B2. Windows color (decimal): -98817 or 16743934. OLE color: 16743934.

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

Color convert

RGB254125255-
CMYK0.000.5100
HSL299.54º100%74.51%-
HSV(B)299.54º50.98%100%-
XYZ66.2642.9699.41-
YUV178.39171.24181.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.06%
GREEN value IS 125 (49.22% from 255) = 19.72%
BLUE value IS 255 (100% from 255) = 40.22%
R=40.06%
G=19.72%
B=40.22%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541252550.000.5100299.5410074.51
HexFE7DFF0330012c644b
Octal37617537706300454144113
Binary1111111011111011111111101100110010010110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7DFF; }

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

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

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

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

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

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

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

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