#F989F5

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

Shades of Violet #F989F5

Tints of Violet #F989F5

Color information

#F989F5 (or 0xF989F5) is unknown color: approx Violet. HEX triplet: F9, 89 and F5. RGB value is (249,137,245). Sum of RGB (Red+Green+Blue) = 249+137+245=631 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.46% from 631); Green value is 137 (53.91% from 255 or 21.71% from 631); Blue value is 245 (96.09% from 255 or 38.83% from 631); Max value from RGB is 249 - color contains mainly: red. Hex color #F989F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F989F5 is #06760A. Grayscale: #B6B6B6. Windows color (decimal): -423435 or 16091641. OLE color: 16091641.

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

Color convert

RGB249137245-
CMYK00.450.020.02
HSL302.14º90.32%75.69%-
HSV(B)302.14º44.98%97.65%-
XYZ64.4944.6291.6-
YUV182.8163.11175.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.46%
GREEN value IS 137 (53.91% from 255) = 21.71%
BLUE value IS 245 (96.09% from 255) = 38.83%
R=39.46%
G=21.71%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24913724500.450.020.02302.1490.3275.69
HexF989F502D2212e5a4c
Octal37121136505522456132114
Binary1111100110001001111101010101101101010010111010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F989F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F989F5; }

 p { color: rgb(249,137,245); }

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

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

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

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

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

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

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