#F981F9

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

Shades of Fuchsia Pink #F981F9

Tints of Fuchsia Pink #F981F9

Color information

#F981F9 (or 0xF981F9) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 81 and F9. RGB value is (249,129,249). Sum of RGB (Red+Green+Blue) = 249+129+249=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 129 (50.78% from 255 or 20.57% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F981F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981F9 is #067E06. Grayscale: #B2B2B2. Windows color (decimal): -425479 or 16351737. OLE color: 16351737.

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

Color convert

RGB249129249-
CMYK00.4800.02
HSL300º90.91%74.12%-
HSV(B)300º48.19%97.65%-
XYZ64.0242.6894.49-
YUV178.56167.76178.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 129 (50.78% from 255) = 20.57%
BLUE value IS 249 (97.66% from 255) = 39.71%
R=39.71%
G=20.57%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912924900.4800.0230090.9174.12
HexF981F90300212c5b4a
Octal37120137106002454133112
Binary111110011000000111111001011000001010010110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981F9; }

 p { color: rgb(249,129,249); }

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

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

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

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

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

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

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