#F980F6

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

Shades of Violet #F980F6

Tints of Violet #F980F6

Color information

#F980F6 (or 0xF980F6) is unknown color: approx Violet. HEX triplet: F9, 80 and F6. RGB value is (249,128,246). Sum of RGB (Red+Green+Blue) = 249+128+246=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 128 (50.39% from 255 or 20.55% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F980F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F980F6 is #067F09. Grayscale: #B1B1B1. Windows color (decimal): -425738 or 16154873. OLE color: 16154873.

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

Color convert

RGB249128246-
CMYK00.490.010.02
HSL301.49º90.98%73.92%-
HSV(B)301.49º48.59%97.65%-
XYZ63.4242.2392-
YUV177.63166.59178.91-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.97%
GREEN value IS 128 (50.39% from 255) = 20.55%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=39.97%
G=20.55%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24912824600.490.010.02301.4990.9873.92
HexF980F60311212d5b4a
Octal37120036606112455133112
Binary111110011000000011110110011000111010010110110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F980F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F980F6; }

 p { color: rgb(249,128,246); }

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

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

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

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

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

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

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