#F97DFD

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

Shades of Fuchsia Pink #F97DFD

Tints of Fuchsia Pink #F97DFD

Color information

#F97DFD (or 0xF97DFD) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 7D and FD. RGB value is (249,125,253). Sum of RGB (Red+Green+Blue) = 249+125+253=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 125 (49.22% from 255 or 19.94% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #F97DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DFD is #068202. Grayscale: #B0B0B0. Windows color (decimal): -426499 or 16612857. OLE color: 16612857.

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

Color convert

RGB249125253-
CMYK0.020.5100.01
HSL298.12º96.97%74.12%-
HSV(B)298.12º50.59%99.22%-
XYZ64.1341.997.64-
YUV176.67171.08179.59-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 125 (49.22% from 255) = 19.94%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=39.71%
G=19.94%
B=40.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491252530.020.5100.01298.1296.9774.12
HexF97DFD2330112a614a
Octal37117537526301452141112
Binary11111001111110111111101101100110110010101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DFD; }

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

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

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

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

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

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

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

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