#F98EFF

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

Shades of Violet #F98EFF

Tints of Violet #F98EFF

Color information

#F98EFF (or 0xF98EFF) is unknown color: approx Violet. HEX triplet: F9, 8E and FF. RGB value is (249,142,255). Sum of RGB (Red+Green+Blue) = 249+142+255=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 142 (55.86% from 255 or 21.98% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #F98EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98EFF is #067100. Grayscale: #BABABA. Windows color (decimal): -422145 or 16748281. OLE color: 16748281.

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

Color convert

RGB249142255-
CMYK0.020.4400
HSL296.81º100%77.84%-
HSV(B)296.81º44.31%100%-
XYZ66.7946.71100.1-
YUV186.88166.45172.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.54%
GREEN value IS 142 (55.86% from 255) = 21.98%
BLUE value IS 255 (100% from 255) = 39.47%
R=38.54%
G=21.98%
B=39.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2491422550.020.4400296.8110077.84
HexF98EFF22C00129644e
Octal37121637725400451144116
Binary111110011000111011111111101011000010010100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F98EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F98EFF; }

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

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

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

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

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

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

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

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