#F77DFE

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

Shades of Fuchsia Pink #F77DFE

Tints of Fuchsia Pink #F77DFE

Color information

#F77DFE (or 0xF77DFE) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 7D and FE. RGB value is (247,125,254). Sum of RGB (Red+Green+Blue) = 247+125+254=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 125 (49.22% from 255 or 19.97% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #F77DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DFE is #088201. Grayscale: #AFAFAF. Windows color (decimal): -557570 or 16678391. OLE color: 16678391.

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

Color convert

RGB247125254-
CMYK0.030.5100.00
HSL296.74º98.47%74.31%-
HSV(B)296.74º50.79%99.61%-
XYZ63.5841.698.44-
YUV176.18171.92178.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 125 (49.22% from 255) = 19.97%
BLUE value IS 254 (99.61% from 255) = 40.58%
R=39.46%
G=19.97%
B=40.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2471252540.030.5100.00296.7498.4774.31
HexF77DFE33300129624a
Octal36717537636300451142112
Binary11110111111110111111110111100110010010100111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77DFE; }

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

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

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

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

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

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

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

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