#F975FC

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

Shades of Fuchsia Pink #F975FC

Tints of Fuchsia Pink #F975FC

Color information

#F975FC (or 0xF975FC) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 75 and FC. RGB value is (249,117,252). Sum of RGB (Red+Green+Blue) = 249+117+252=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 117 (46.09% from 255 or 18.93% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #F975FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F975FC is #068A03. Grayscale: #ABABAB. Windows color (decimal): -428548 or 16545273. OLE color: 16545273.

HSL color Cylindrical-coordinate representation of color #F975FC: hue angle of 298.67º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F975FC is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249117252-
CMYK0.010.5400.01
HSL298.67º95.74%72.35%-
HSV(B)298.67º53.57%98.82%-
XYZ6339.8996.47-
YUV171.86173.23183.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.29%
GREEN value IS 117 (46.09% from 255) = 18.93%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=40.29%
G=18.93%
B=40.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491172520.010.5400.01298.6795.7472.35
HexF975FC1360112b6048
Octal37116537416601453140110
Binary1111100111101011111110011101100110010101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975FC; }

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

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

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

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

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

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

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

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