#F578FE

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

Shades of Fuchsia Pink #F578FE

Tints of Fuchsia Pink #F578FE

Color information

#F578FE (or 0xF578FE) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 78 and FE. RGB value is (245,120,254). Sum of RGB (Red+Green+Blue) = 245+120+254=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 120 (47.27% from 255 or 19.39% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #F578FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F578FE is #0A8701. Grayscale: #ACACAC. Windows color (decimal): -689922 or 16677109. OLE color: 16677109.

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

Color convert

RGB245120254-
CMYK0.040.5300.00
HSL295.97º98.53%73.33%-
HSV(B)295.97º52.76%99.61%-
XYZ62.264098.21-
YUV172.65173.91179.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 120 (47.27% from 255) = 19.39%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=39.58%
G=19.39%
B=41.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2451202540.040.5300.00295.9798.5373.33
HexF578FE435001286349
Octal36517037646500450143111
Binary111101011111000111111101001101010010010100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F578FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F578FE; }

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

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

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

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

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

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

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

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