#F979FE

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

Shades of Fuchsia Pink #F979FE

Tints of Fuchsia Pink #F979FE

Color information

#F979FE (or 0xF979FE) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 79 and FE. RGB value is (249,121,254). Sum of RGB (Red+Green+Blue) = 249+121+254=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 121 (47.66% from 255 or 19.39% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #F979FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F979FE is #068601. Grayscale: #AEAEAE. Windows color (decimal): -427522 or 16677369. OLE color: 16677369.

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

Color convert

RGB249121254-
CMYK0.020.5200.00
HSL297.74º98.52%73.53%-
HSV(B)297.74º52.36%99.61%-
XYZ63.7940.9798.31-
YUV174.43172.91181.19-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 121 (47.66% from 255) = 19.39%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=39.90%
G=19.39%
B=40.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491212540.020.5200.00297.7498.5273.53
HexF979FE2340012a634a
Octal37117137626400452143112
Binary11111001111100111111110101101000010010101011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F979FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F979FE; }

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

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

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

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

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

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

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

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