#F879FE

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

Shades of Fuchsia Pink #F879FE

Tints of Fuchsia Pink #F879FE

Color information

#F879FE (or 0xF879FE) is unknown color: approx Fuchsia Pink. HEX triplet: F8, 79 and FE. RGB value is (248,121,254). Sum of RGB (Red+Green+Blue) = 248+121+254=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 121 (47.66% from 255 or 19.42% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #F879FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F879FE is #078601. Grayscale: #ADADAD. Windows color (decimal): -493058 or 16677368. OLE color: 16677368.

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

Color convert

RGB248121254-
CMYK0.020.5200.00
HSL297.29º98.52%73.53%-
HSV(B)297.29º52.36%99.61%-
XYZ63.4440.7998.3-
YUV174.14173.08180.69-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.81%
GREEN value IS 121 (47.66% from 255) = 19.42%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=39.81%
G=19.42%
B=40.77%

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
Decimal2481212540.020.5200.00297.2998.5273.53
HexF879FE23400129634a
Octal37017137626400451143112
Binary11111000111100111111110101101000010010100111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F879FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F879FE; }

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

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

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

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

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

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

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

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