#F976F2

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

Shades of Fuchsia Pink #F976F2

Tints of Fuchsia Pink #F976F2

Color information

#F976F2 (or 0xF976F2) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 76 and F2. RGB value is (249,118,242). Sum of RGB (Red+Green+Blue) = 249+118+242=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 118 (46.48% from 255 or 19.38% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F976F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F976F2 is #06890D. Grayscale: #AAAAAA. Windows color (decimal): -428302 or 15890169. OLE color: 15890169.

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

Color convert

RGB249118242-
CMYK00.530.030.02
HSL303.21º91.61%71.96%-
HSV(B)303.21º52.61%97.65%-
XYZ61.5739.5188.38-
YUV171.3167.9183.42-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 40.89%
GREEN value IS 118 (46.48% from 255) = 19.38%
BLUE value IS 242 (94.92% from 255) = 39.74%
R=40.89%
G=19.38%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911824200.530.030.02303.2191.6171.96
HexF976F20353212f5c48
Octal37116636206532457134110
Binary111110011110110111100100110101111010010111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F976F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F976F2; }

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

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

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

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

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

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

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

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