#FC7AFF

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

Shades of Fuchsia Pink #FC7AFF

Tints of Fuchsia Pink #FC7AFF

Color information

#FC7AFF (or 0xFC7AFF) is unknown color: approx Fuchsia Pink. HEX triplet: FC, 7A and FF. RGB value is (252,122,255). Sum of RGB (Red+Green+Blue) = 252+122+255=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 122 (48.05% from 255 or 19.40% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC7AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7AFF is #038500. Grayscale: #AFAFAF. Windows color (decimal): -230657 or 16743164. OLE color: 16743164.

HSL color Cylindrical-coordinate representation of color #FC7AFF: hue angle of 298.65º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7AFF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB252122255-
CMYK0.010.5200
HSL298.65º100%73.92%-
HSV(B)298.65º52.16%100%-
XYZ65.1541.8399.25-
YUV176.03172.57182.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 122 (48.05% from 255) = 19.40%
BLUE value IS 255 (100% from 255) = 40.54%
R=40.06%
G=19.40%
B=40.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2521222550.010.5200298.6510073.92
HexFC7AFF1340012b644a
Octal37417237716400453144112
Binary1111110011110101111111111101000010010101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7AFF; }

 p { color: rgb(252,122,255); }

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

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

 a { background-color: rgb(252,122,255); }

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

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

 span { border-color: rgb(252,122,255); }

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