#FC74FD

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

Shades of Fuchsia Pink #FC74FD

Tints of Fuchsia Pink #FC74FD

Color information

#FC74FD (or 0xFC74FD) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 74 and FD. RGB value is (252,116,253). Sum of RGB (Red+Green+Blue) = 252+116+253=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 116 (45.70% from 255 or 18.68% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #FC74FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74FD is #038B02. Grayscale: #ABABAB. Windows color (decimal): -232195 or 16610556. OLE color: 16610556.

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

Color convert

RGB252116253-
CMYK0.000.5400.01
HSL299.56º97.16%72.35%-
HSV(B)299.56º54.15%99.22%-
XYZ64.1240.2897.32-
YUV172.28173.56184.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.58%
GREEN value IS 116 (45.70% from 255) = 18.68%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=40.58%
G=18.68%
B=40.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521162530.000.5400.01299.5697.1672.35
HexFC74FD0360112c6148
Octal37416437506601454141110
Binary1111110011101001111110101101100110010110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74FD; }

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

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

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

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

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

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

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

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