#FC74F2

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

Shades of Fuchsia Pink #FC74F2

Tints of Fuchsia Pink #FC74F2

Color information

#FC74F2 (or 0xFC74F2) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 74 and F2. RGB value is (252,116,242). Sum of RGB (Red+Green+Blue) = 252+116+242=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 116 (45.70% from 255 or 19.02% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC74F2 is #038B0D. Grayscale: #AAAAAA. Windows color (decimal): -232206 or 15889660. OLE color: 15889660.

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

Color convert

RGB252116242-
CMYK00.540.040.01
HSL304.41º95.77%72.16%-
HSV(B)304.41º53.97%98.82%-
XYZ62.4239.688.36-
YUV171.03168.06185.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.31%
GREEN value IS 116 (45.70% from 255) = 19.02%
BLUE value IS 242 (94.92% from 255) = 39.67%
R=41.31%
G=19.02%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211624200.540.040.01304.4195.7772.16
HexFC74F2036411306048
Octal37416436206641460140110
Binary111111001110100111100100110110100110011000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74F2; }

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

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

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

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

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

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

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

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