#FC74F9

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

Shades of Fuchsia Pink #FC74F9

Tints of Fuchsia Pink #FC74F9

Color information

#FC74F9 (or 0xFC74F9) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 74 and F9. RGB value is (252,116,249). Sum of RGB (Red+Green+Blue) = 252+116+249=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 116 (45.70% from 255 or 18.80% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74F9 is #038B06. Grayscale: #ABABAB. Windows color (decimal): -232199 or 16348412. OLE color: 16348412.

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

Color convert

RGB252116249-
CMYK00.540.010.01
HSL301.32º95.77%72.16%-
HSV(B)301.32º53.97%98.82%-
XYZ63.4940.0394-
YUV171.83171.56185.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 116 (45.70% from 255) = 18.80%
BLUE value IS 249 (97.66% from 255) = 40.36%
R=40.84%
G=18.80%
B=40.36%

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
Decimal25211624900.540.010.01301.3295.7772.16
HexFC74F90361112d6048
Octal37416437106611455140110
Binary1111110011101001111100101101101110010110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74F9; }

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

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

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

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

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

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

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

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