#F981F8

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

Shades of Fuchsia Pink #F981F8

Tints of Fuchsia Pink #F981F8

Color information

#F981F8 (or 0xF981F8) is unknown color: approx Fuchsia Pink. HEX triplet: F9, 81 and F8. RGB value is (249,129,248). Sum of RGB (Red+Green+Blue) = 249+129+248=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 129 (50.78% from 255 or 20.61% from 626); Blue value is 248 (97.27% from 255 or 39.62% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F981F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981F8 is #067E07. Grayscale: #B2B2B2. Windows color (decimal): -425480 or 16286201. OLE color: 16286201.

HSL color Cylindrical-coordinate representation of color #F981F8: hue angle of 300.5º 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 #F981F8 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB249129248-
CMYK00.480.000.02
HSL300.5º90.91%74.12%-
HSV(B)300.5º48.19%97.65%-
XYZ63.8642.6293.67-
YUV178.45167.26178.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.78%
GREEN value IS 129 (50.78% from 255) = 20.61%
BLUE value IS 248 (97.27% from 255) = 39.62%
R=39.78%
G=20.61%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912924800.480.000.02300.590.9174.12
HexF981F80300212c5b4a
Octal37120137006002454133112
Binary111110011000000111111000011000001010010110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F981F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F981F8; }

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

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

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

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

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

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

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

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