#F77CFD

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

Shades of Fuchsia Pink #F77CFD

Tints of Fuchsia Pink #F77CFD

Color information

#F77CFD (or 0xF77CFD) is unknown color: approx Fuchsia Pink. HEX triplet: F7, 7C and FD. RGB value is (247,124,253). Sum of RGB (Red+Green+Blue) = 247+124+253=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 124 (48.83% from 255 or 19.87% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #F77CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CFD is #088302. Grayscale: #AFAFAF. Windows color (decimal): -557827 or 16612599. OLE color: 16612599.

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

Color convert

RGB247124253-
CMYK0.020.5100.01
HSL297.21º96.99%73.92%-
HSV(B)297.21º50.99%99.22%-
XYZ63.341.2897.56-
YUV175.48171.75179.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.58%
GREEN value IS 124 (48.83% from 255) = 19.87%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=39.58%
G=19.87%
B=40.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2471242530.020.5100.01297.2196.9973.92
HexF77CFD23301129614a
Octal36717437526301451141112
Binary11110111111110011111101101100110110010100111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77CFD; }

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

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

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

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

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

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

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

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