#F97DFA

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

Shades of Fuchsia Pink #F97DFA

Tints of Fuchsia Pink #F97DFA

Color information

#F97DFA (or 0xF97DFA) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 7D and FA. RGB value is (249,125,250). Sum of RGB (Red+Green+Blue) = 249+125+250=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 125 (49.22% from 255 or 20.03% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #F97DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DFA is #068205. Grayscale: #AFAFAF. Windows color (decimal): -426502 or 16416249. OLE color: 16416249.

HSL color Cylindrical-coordinate representation of color #F97DFA: hue angle of 299.52º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97DFA is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249125250-
CMYK0.000.5000.02
HSL299.52º92.59%73.53%-
HSV(B)299.52º50%98.04%-
XYZ63.6641.7195.14-
YUV176.33169.58179.84-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.90%
GREEN value IS 125 (49.22% from 255) = 20.03%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=39.90%
G=20.03%
B=40.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491252500.000.5000.02299.5292.5973.53
HexF97DFA0320212c5d4a
Octal37117537206202454135112
Binary11111001111110111111010011001001010010110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DFA; }

 p { color: rgb(249,125,250); }

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

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

 a { background-color: rgb(249,125,250); }

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

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

 span { border-color: rgb(249,125,250); }

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