#F975FB

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

Shades of Fuchsia Pink #F975FB

Tints of Fuchsia Pink #F975FB

Color information

#F975FB (or 0xF975FB) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 75 and FB. RGB value is (249,117,251). Sum of RGB (Red+Green+Blue) = 249+117+251=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 117 (46.09% from 255 or 18.96% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #F975FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975FB is #068A04. Grayscale: #ABABAB. Windows color (decimal): -428549 or 16479737. OLE color: 16479737.

HSL color Cylindrical-coordinate representation of color #F975FB: hue angle of 299.1º degrees, saturation: 0.94, 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 #F975FB is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249117251-
CMYK0.010.5300.02
HSL299.1º94.37%72.16%-
HSV(B)299.1º53.39%98.43%-
XYZ62.8439.8395.64-
YUV171.74172.73183.1-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.36%
GREEN value IS 117 (46.09% from 255) = 18.96%
BLUE value IS 251 (98.44% from 255) = 40.68%
R=40.36%
G=18.96%
B=40.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491172510.010.5300.02299.194.3772.16
HexF975FB1350212b5e48
Octal37116537316502453136110
Binary11111001111010111111011111010101010010101110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975FB; }

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

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

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

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

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

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

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

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