#F98EFE

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

Shades of Violet #F98EFE

Tints of Violet #F98EFE

Color information

#F98EFE (or 0xF98EFE) is unknown color: approx Violet. HEX triplet: F9, 8E and FE. RGB value is (249,142,254). Sum of RGB (Red+Green+Blue) = 249+142+254=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 142 (55.86% from 255 or 22.02% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #F98EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98EFE is #067101. Grayscale: #BABABA. Windows color (decimal): -422146 or 16682745. OLE color: 16682745.

HSL color Cylindrical-coordinate representation of color #F98EFE: hue angle of 297.32º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98EFE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB249142254-
CMYK0.020.4400.00
HSL297.32º98.25%77.65%-
HSV(B)297.32º44.09%99.61%-
XYZ66.6346.6499.26-
YUV186.76165.95172.39-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 142 (55.86% from 255) = 22.02%
BLUE value IS 254 (99.61% from 255) = 39.38%
R=38.60%
G=22.02%
B=39.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2491422540.020.4400.00297.3298.2577.65
HexF98EFE22C00129624e
Octal37121637625400451142116
Binary111110011000111011111110101011000010010100111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98EFE; }

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

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

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

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

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

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

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

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