#F97DFC

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

Shades of Fuchsia Pink #F97DFC

Tints of Fuchsia Pink #F97DFC

Color information

#F97DFC (or 0xF97DFC) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 7D and FC. RGB value is (249,125,252). Sum of RGB (Red+Green+Blue) = 249+125+252=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 125 (49.22% from 255 or 19.97% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #F97DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97DFC is #068203. Grayscale: #B0B0B0. Windows color (decimal): -426500 or 16547321. OLE color: 16547321.

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

Color convert

RGB249125252-
CMYK0.010.5000.01
HSL298.58º95.49%73.92%-
HSV(B)298.58º50.4%98.82%-
XYZ63.9741.8496.8-
YUV176.55170.58179.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.78%
GREEN value IS 125 (49.22% from 255) = 19.97%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=39.78%
G=19.97%
B=40.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2491252520.010.5000.01298.5895.4973.92
HexF97DFC1320112b5f4a
Octal37117537416201453137112
Binary1111100111111011111110011100100110010101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F97DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F97DFC; }

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

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

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

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

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

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

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

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