#F079FE

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

Shades of Fuchsia Pink #F079FE

Tints of Fuchsia Pink #F079FE

Color information

#F079FE (or 0xF079FE) is unknown color: approx Fuchsia Pink. HEX triplet: F0, 79 and FE. RGB value is (240,121,254). Sum of RGB (Red+Green+Blue) = 240+121+254=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 121 (47.66% from 255 or 19.67% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #F079FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F079FE is #0F8601. Grayscale: #ABABAB. Windows color (decimal): -1017346 or 16677360. OLE color: 16677360.

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

Color convert

RGB240121254-
CMYK0.060.5200.00
HSL293.68º98.52%73.53%-
HSV(B)293.68º52.36%99.61%-
XYZ60.6639.3698.17-
YUV171.74174.42176.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 121 (47.66% from 255) = 19.67%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=39.02%
G=19.67%
B=41.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401212540.060.5200.00293.6898.5273.53
HexF079FE63400126634a
Octal36017137666400446143112
Binary111100001111001111111101101101000010010011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F079FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F079FE; }

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

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

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

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

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

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

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

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