#F079FC

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

Shades of Fuchsia Pink #F079FC

Tints of Fuchsia Pink #F079FC

Color information

#F079FC (or 0xF079FC) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 79 and FC. RGB value is (240,121,252). Sum of RGB (Red+Green+Blue) = 240+121+252=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 121 (47.66% from 255 or 19.74% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #F079FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F079FC is #0F8603. Grayscale: #ABABAB. Windows color (decimal): -1017348 or 16546288. OLE color: 16546288.

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

Color convert

RGB240121252-
CMYK0.050.5200.01
HSL294.5º95.62%73.14%-
HSV(B)294.5º51.98%98.82%-
XYZ60.3439.2396.49-
YUV171.52173.42176.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 121 (47.66% from 255) = 19.74%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=39.15%
G=19.74%
B=41.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401212520.050.5200.01294.595.6273.14
HexF079FC534011276049
Octal36017137456401447140111
Binary111100001111001111111001011101000110010011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F079FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F079FC; }

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

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

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

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

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

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

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

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