#F97DFE

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

Shades of Fuchsia Pink #F97DFE

Tints of Fuchsia Pink #F97DFE

Color information

#F97DFE (or 0xF97DFE) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 7D and FE. RGB value is (249,125,254). Sum of RGB (Red+Green+Blue) = 249+125+254=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 125 (49.22% from 255 or 19.90% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #F97DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DFE is #068201. Grayscale: #B0B0B0. Windows color (decimal): -426498 or 16678393. OLE color: 16678393.

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

Color convert

RGB249125254-
CMYK0.020.5100.00
HSL297.67º98.47%74.31%-
HSV(B)297.67º50.79%99.61%-
XYZ64.2941.9698.48-
YUV176.78171.58179.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.65%
GREEN value IS 125 (49.22% from 255) = 19.90%
BLUE value IS 254 (99.61% from 255) = 40.45%
R=39.65%
G=19.90%
B=40.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491252540.020.5100.00297.6798.4774.31
HexF97DFE2330012a624a
Octal37117537626300452142112
Binary11111001111110111111110101100110010010101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DFE; }

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

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

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

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

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

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

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

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