#FD74FB

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

Shades of Fuchsia Pink #FD74FB

Tints of Fuchsia Pink #FD74FB

Color information

#FD74FB (or 0xFD74FB) is unknown color: approx Fuchsia Pink. HEX triplet: FD, 74 and FB. RGB value is (253,116,251). Sum of RGB (Red+Green+Blue) = 253+116+251=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 116 (45.70% from 255 or 18.71% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD74FB is #028B04. Grayscale: #ABABAB. Windows color (decimal): -166661 or 16479485. OLE color: 16479485.

HSL color Cylindrical-coordinate representation of color #FD74FB: hue angle of 300.88º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD74FB is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253116251-
CMYK00.540.010.01
HSL300.88º97.16%72.35%-
HSV(B)300.88º54.15%99.22%-
XYZ64.1740.3495.67-
YUV172.35172.39185.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 116 (45.70% from 255) = 18.71%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=40.81%
G=18.71%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311625100.540.010.01300.8897.1672.35
HexFD74FB0361112d6148
Octal37516437306611455141110
Binary1111110111101001111101101101101110010110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD74FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD74FB; }

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

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

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

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

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

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

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

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