#F975F8

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

Shades of Fuchsia Pink #F975F8

Tints of Fuchsia Pink #F975F8

Color information

#F975F8 (or 0xF975F8) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 75 and F8. RGB value is (249,117,248). Sum of RGB (Red+Green+Blue) = 249+117+248=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 117 (46.09% from 255 or 19.06% from 614); Blue value is 248 (97.27% from 255 or 40.39% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F975F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975F8 is #068A07. Grayscale: #ABABAB. Windows color (decimal): -428552 or 16283129. OLE color: 16283129.

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

Color convert

RGB249117248-
CMYK00.530.000.02
HSL300.45º91.67%71.76%-
HSV(B)300.45º53.01%97.65%-
XYZ62.3739.6493.17-
YUV171.4171.23183.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.55%
GREEN value IS 117 (46.09% from 255) = 19.06%
BLUE value IS 248 (97.27% from 255) = 40.39%
R=40.55%
G=19.06%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911724800.530.000.02300.4591.6771.76
HexF975F80350212c5c48
Octal37116537006502454134110
Binary11111001111010111111000011010101010010110010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975F8; }

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

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

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

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

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

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

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

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