#F77CF7

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

Shades of Fuchsia Pink #F77CF7

Tints of Fuchsia Pink #F77CF7

Color information

#F77CF7 (or 0xF77CF7) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 7C and F7. RGB value is (247,124,247). Sum of RGB (Red+Green+Blue) = 247+124+247=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 124 (48.83% from 255 or 20.06% from 618); Blue value is 247 (96.88% from 255 or 39.97% from 618); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F77CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CF7 is #088308. Grayscale: #AEAEAE. Windows color (decimal): -557833 or 16219383. OLE color: 16219383.

HSL color Cylindrical-coordinate representation of color #F77CF7: hue angle of 300º 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 #F77CF7 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB247124247-
CMYK00.5000.03
HSL300º88.49%72.75%-
HSV(B)300º49.8%96.86%-
XYZ62.3540.992.6-
YUV174.8168.75179.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.97%
GREEN value IS 124 (48.83% from 255) = 20.06%
BLUE value IS 247 (96.88% from 255) = 39.97%
R=39.97%
G=20.06%
B=39.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712424700.5000.0330088.4972.75
HexF77CF70320312c5849
Octal36717436706203454130111
Binary11110111111110011110111011001001110010110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77CF7; }

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

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

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

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

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

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

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

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