#F77DF8

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

Shades of Fuchsia Pink #F77DF8

Tints of Fuchsia Pink #F77DF8

Color information

#F77DF8 (or 0xF77DF8) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 7D and F8. RGB value is (247,125,248). Sum of RGB (Red+Green+Blue) = 247+125+248=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 125 (49.22% from 255 or 20.16% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #F77DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DF8 is #088207. Grayscale: #AFAFAF. Windows color (decimal): -557576 or 16285175. OLE color: 16285175.

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

Color convert

RGB247125248-
CMYK0.000.5000.03
HSL299.51º89.78%73.14%-
HSV(B)299.51º49.6%97.25%-
XYZ62.6341.2293.46-
YUV175.5168.92179-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.84%
GREEN value IS 125 (49.22% from 255) = 20.16%
BLUE value IS 248 (97.27% from 255) = 40%
R=39.84%
G=20.16%
B=40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471252480.000.5000.03299.5189.7873.14
HexF77DF80320312c5a49
Octal36717537006203454132111
Binary11110111111110111111000011001001110010110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77DF8; }

 p { color: rgb(247,125,248); }

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

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

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

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

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

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

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