#F578FD

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

Shades of Fuchsia Pink #F578FD

Tints of Fuchsia Pink #F578FD

Color information

#F578FD (or 0xF578FD) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 78 and FD. RGB value is (245,120,253). Sum of RGB (Red+Green+Blue) = 245+120+253=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 120 (47.27% from 255 or 19.42% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #F578FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F578FD is #0A8702. Grayscale: #ACACAC. Windows color (decimal): -689923 or 16611573. OLE color: 16611573.

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

Color convert

RGB245120253-
CMYK0.030.5300.01
HSL296.39º97.08%73.14%-
HSV(B)296.39º52.57%99.22%-
XYZ62.139.9497.36-
YUV172.54173.41179.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 120 (47.27% from 255) = 19.42%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=39.64%
G=19.42%
B=40.94%

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
Decimal2451202530.030.5300.01296.3997.0873.14
HexF578FD335011286149
Octal36517037536501450141111
Binary11110101111100011111101111101010110010100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F578FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F578FD; }

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

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

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

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

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

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

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

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