#F579FC

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

Shades of Fuchsia Pink #F579FC

Tints of Fuchsia Pink #F579FC

Color information

#F579FC (or 0xF579FC) is unknown color: approx Fuchsia Pink. HEX triplet: F5, 79 and FC. RGB value is (245,121,252). Sum of RGB (Red+Green+Blue) = 245+121+252=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 121 (47.66% from 255 or 19.58% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #F579FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F579FC is #0A8603. Grayscale: #ACACAC. Windows color (decimal): -689668 or 16546293. OLE color: 16546293.

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

Color convert

RGB245121252-
CMYK0.030.5200.01
HSL296.79º95.62%73.14%-
HSV(B)296.79º51.98%98.82%-
XYZ62.0640.1296.57-
YUV173.01172.58179.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 121 (47.66% from 255) = 19.58%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=39.64%
G=19.58%
B=40.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451212520.030.5200.01296.7995.6273.14
HexF579FC334011296049
Octal36517137436401451140111
Binary11110101111100111111100111101000110010100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F579FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F579FC; }

 p { color: rgb(245,121,252); }

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

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

 a { background-color: rgb(245,121,252); }

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

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

 span { border-color: rgb(245,121,252); }

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