#F098FA

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

Shades of Violet #F098FA

Tints of Violet #F098FA

Color information

#F098FA (or 0xF098FA) is unknown color: approx Violet. HEX triplet: F0, 98 and FA. RGB value is (240,152,250). Sum of RGB (Red+Green+Blue) = 240+152+250=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 152 (59.77% from 255 or 23.68% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #F098FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F098FA is #0F6705. Grayscale: #BDBDBD. Windows color (decimal): -1009414 or 16423152. OLE color: 16423152.

HSL color Cylindrical-coordinate representation of color #F098FA: hue angle of 293.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F098FA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240152250-
CMYK0.040.3900.02
HSL293.88º90.74%78.82%-
HSV(B)293.88º39.2%98.04%-
XYZ64.4247.8896.29-
YUV189.48162.15164.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.38%
GREEN value IS 152 (59.77% from 255) = 23.68%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=37.38%
G=23.68%
B=38.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401522500.040.3900.02293.8890.7478.82
HexF098FA427021265b4f
Octal36023037244702446133117
Binary11110000100110001111101010010011101010010011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F098FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F098FA; }

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

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

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

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

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

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

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

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