#F98EF5

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

Shades of Violet #F98EF5

Tints of Violet #F98EF5

Color information

#F98EF5 (or 0xF98EF5) is unknown color: approx Violet. HEX triplet: F9, 8E and F5. RGB value is (249,142,245). Sum of RGB (Red+Green+Blue) = 249+142+245=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 142 (55.86% from 255 or 22.33% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F98EF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98EF5 is #06710A. Grayscale: #B9B9B9. Windows color (decimal): -422155 or 16092921. OLE color: 16092921.

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

Color convert

RGB249142245-
CMYK00.430.020.02
HSL302.24º89.92%76.67%-
HSV(B)302.24º42.97%97.65%-
XYZ65.2246.0891.84-
YUV185.74161.45173.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 142 (55.86% from 255) = 22.33%
BLUE value IS 245 (96.09% from 255) = 38.52%
R=39.15%
G=22.33%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914224500.430.020.02302.2489.9276.67
HexF98EF502B2212e5a4d
Octal37121636505322456132115
Binary1111100110001110111101010101011101010010111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98EF5; }

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

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

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

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

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

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

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

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

cancel