#F578FA

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

Shades of Fuchsia Pink #F578FA

Tints of Fuchsia Pink #F578FA

Color information

#F578FA (or 0xF578FA) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 78 and FA. RGB value is (245,120,250). Sum of RGB (Red+Green+Blue) = 245+120+250=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 120 (47.27% from 255 or 19.51% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #F578FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F578FA is #0A8705. Grayscale: #ABABAB. Windows color (decimal): -689926 or 16414965. OLE color: 16414965.

HSL color Cylindrical-coordinate representation of color #F578FA: hue angle of 297.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F578FA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB245120250-
CMYK0.020.5200.02
HSL297.69º92.86%72.55%-
HSV(B)297.69º52%98.04%-
XYZ61.6339.7594.87-
YUV172.2171.91179.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 120 (47.27% from 255) = 19.51%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=39.84%
G=19.51%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2451202500.020.5200.02297.6992.8672.55
HexF578FA2340212a5d49
Octal36517037226402452135111
Binary111101011111000111110101011010001010010101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F578FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F578FA; }

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

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

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

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

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

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

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

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