#FE74FF

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

Shades of Fuchsia Pink #FE74FF

Tints of Fuchsia Pink #FE74FF

Color information

#FE74FF (or 0xFE74FF) is unknown color: approx Fuchsia Pink. HEX triplet: FE, 74 and FF. RGB value is (254,116,255). Sum of RGB (Red+Green+Blue) = 254+116+255=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 116 (45.70% from 255 or 18.56% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE74FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE74FF is #018B00. Grayscale: #ACACAC. Windows color (decimal): -101121 or 16741630. OLE color: 16741630.

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

Color convert

RGB254116255-
CMYK0.000.5500
HSL299.57º100%72.75%-
HSV(B)299.57º54.51%100%-
XYZ65.1740.7899.04-
YUV173.11174.22185.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 116 (45.70% from 255) = 18.56%
BLUE value IS 255 (100% from 255) = 40.8%
R=40.64%
G=18.56%
B=40.8%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2541162550.000.5500299.5710072.75
HexFE74FF0370012c6449
Octal37616437706700454144111
Binary1111111011101001111111101101110010010110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE74FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE74FF; }

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

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

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

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

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

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

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

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