#FD74FE

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

Shades of Fuchsia Pink #FD74FE

Tints of Fuchsia Pink #FD74FE

Color information

#FD74FE (or 0xFD74FE) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 74 and FE. RGB value is (253,116,254). Sum of RGB (Red+Green+Blue) = 253+116+254=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 116 (45.70% from 255 or 18.62% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD74FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74FE is #028B01. Grayscale: #ACACAC. Windows color (decimal): -166658 or 16676093. OLE color: 16676093.

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

Color convert

RGB253116254-
CMYK0.000.5400.00
HSL299.57º98.57%72.55%-
HSV(B)299.57º54.33%99.61%-
XYZ64.6440.5398.18-
YUV172.69173.89185.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 116 (45.70% from 255) = 18.62%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=40.61%
G=18.62%
B=40.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2531162540.000.5400.00299.5798.5772.55
HexFD74FE0360012c6349
Octal37516437606600454143111
Binary1111110111101001111111001101100010010110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74FE; }

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

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

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

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

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

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

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

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