#F977F8

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

Shades of Fuchsia Pink #F977F8

Tints of Fuchsia Pink #F977F8

Color information

#F977F8 (or 0xF977F8) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 77 and F8. RGB value is (249,119,248). Sum of RGB (Red+Green+Blue) = 249+119+248=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 119 (46.88% from 255 or 19.32% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F977F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F977F8 is #068807. Grayscale: #ACACAC. Windows color (decimal): -428040 or 16283641. OLE color: 16283641.

HSL color Cylindrical-coordinate representation of color #F977F8: hue angle of 300.46º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977F8 is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB249119248-
CMYK00.520.000.02
HSL300.46º91.55%72.16%-
HSV(B)300.46º52.21%97.65%-
XYZ62.6140.1193.25-
YUV172.58170.57182.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.42%
GREEN value IS 119 (46.88% from 255) = 19.32%
BLUE value IS 248 (97.27% from 255) = 40.26%
R=40.42%
G=19.32%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911924800.520.000.02300.4691.5572.16
HexF977F80340212c5c48
Octal37116737006402454134110
Binary11111001111011111111000011010001010010110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F977F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F977F8; }

 p { color: rgb(249,119,248); }

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

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

 a { background-color: rgb(249,119,248); }

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

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

 span { border-color: rgb(249,119,248); }

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