#F77CF6

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

Shades of Fuchsia Pink #F77CF6

Tints of Fuchsia Pink #F77CF6

Color information

#F77CF6 (or 0xF77CF6) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 7C and F6. RGB value is (247,124,246). Sum of RGB (Red+Green+Blue) = 247+124+246=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 124 (48.83% from 255 or 20.10% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CF6 is #088309. Grayscale: #AEAEAE. Windows color (decimal): -557834 or 16153847. OLE color: 16153847.

HSL color Cylindrical-coordinate representation of color #F77CF6: hue angle of 300.49º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CF6 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB247124246-
CMYK00.500.000.03
HSL300.49º88.49%72.75%-
HSV(B)300.49º49.8%96.86%-
XYZ62.240.8491.79-
YUV174.68168.25179.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 124 (48.83% from 255) = 20.10%
BLUE value IS 246 (96.48% from 255) = 39.87%
R=40.03%
G=20.10%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712424600.500.000.03300.4988.4972.75
HexF77CF60320312c5849
Octal36717436606203454130111
Binary11110111111110011110110011001001110010110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77CF6; }

 p { color: rgb(247,124,246); }

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

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

 a { background-color: rgb(247,124,246); }

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

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

 span { border-color: rgb(247,124,246); }

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