#F577FD

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

Shades of Fuchsia Pink #F577FD

Tints of Fuchsia Pink #F577FD

Color information

#F577FD (or 0xF577FD) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 77 and FD. RGB value is (245,119,253). Sum of RGB (Red+Green+Blue) = 245+119+253=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 119 (46.88% from 255 or 19.29% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #F577FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F577FD is #0A8802. Grayscale: #ABABAB. Windows color (decimal): -690179 or 16611317. OLE color: 16611317.

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

Color convert

RGB245119253-
CMYK0.030.5300.01
HSL296.42º97.1%72.94%-
HSV(B)296.42º52.96%99.22%-
XYZ61.9839.797.32-
YUV171.95173.74180.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 119 (46.88% from 255) = 19.29%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=39.71%
G=19.29%
B=41.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451192530.030.5300.01296.4297.172.94
HexF577FD335011286149
Octal36516737536501450141111
Binary11110101111011111111101111101010110010100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F577FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F577FD; }

 p { color: rgb(245,119,253); }

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

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

 a { background-color: rgb(245,119,253); }

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

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

 span { border-color: rgb(245,119,253); }

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