#F979F2

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

Shades of Fuchsia Pink #F979F2

Tints of Fuchsia Pink #F979F2

Color information

#F979F2 (or 0xF979F2) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 79 and F2. RGB value is (249,121,242). Sum of RGB (Red+Green+Blue) = 249+121+242=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 121 (47.66% from 255 or 19.77% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F979F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F979F2 is #06860D. Grayscale: #ACACAC. Windows color (decimal): -427534 or 15890937. OLE color: 15890937.

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

Color convert

RGB249121242-
CMYK00.510.030.02
HSL303.28º91.43%72.55%-
HSV(B)303.28º51.41%97.65%-
XYZ61.9340.2388.5-
YUV173.07166.91182.16-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.69%
GREEN value IS 121 (47.66% from 255) = 19.77%
BLUE value IS 242 (94.92% from 255) = 39.54%
R=40.69%
G=19.77%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912124200.510.030.02303.2891.4372.55
HexF979F20333212f5b49
Octal37117136206332457133111
Binary111110011111001111100100110011111010010111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F979F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F979F2; }

 p { color: rgb(249,121,242); }

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

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

 a { background-color: rgb(249,121,242); }

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

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

 span { border-color: rgb(249,121,242); }

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