#F098FF

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

Shades of Violet #F098FF

Tints of Violet #F098FF

Color information

#F098FF (or 0xF098FF) is unknown color: approx Violet. HEX triplet: F0, 98 and FF. RGB value is (240,152,255). Sum of RGB (Red+Green+Blue) = 240+152+255=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 152 (59.77% from 255 or 23.49% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #F098FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F098FF is #0F6700. Grayscale: #BDBDBD. Windows color (decimal): -1009409 or 16750832. OLE color: 16750832.

HSL color Cylindrical-coordinate representation of color #F098FF: hue angle of 291.26º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F098FF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240152255-
CMYK0.060.4000
HSL291.26º100%79.8%-
HSV(B)291.26º40.39%100%-
XYZ65.2148.2100.47-
YUV190.05164.65163.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.09%
GREEN value IS 152 (59.77% from 255) = 23.49%
BLUE value IS 255 (100% from 255) = 39.41%
R=37.09%
G=23.49%
B=39.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401522550.060.4000291.2610079.8
HexF098FF628001236450
Octal36023037765000443144120
Binary1111000010011000111111111101010000010010001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F098FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F098FF; }

 p { color: rgb(240,152,255); }

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

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

 a { background-color: rgb(240,152,255); }

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

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

 span { border-color: rgb(240,152,255); }

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