#F097FF

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

Shades of Violet #F097FF

Tints of Violet #F097FF

Color information

#F097FF (or 0xF097FF) is unknown color: approx Violet. HEX triplet: F0, 97 and FF. RGB value is (240,151,255). Sum of RGB (Red+Green+Blue) = 240+151+255=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 151 (59.38% from 255 or 23.37% 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 #F097FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097FF is #0F6800. Grayscale: #BDBDBD. Windows color (decimal): -1009665 or 16750576. OLE color: 16750576.

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

Color convert

RGB240151255-
CMYK0.060.4100
HSL291.35º100%79.61%-
HSV(B)291.35º40.78%100%-
XYZ65.0547.88100.42-
YUV189.47164.99164.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.15%
GREEN value IS 151 (59.38% from 255) = 23.37%
BLUE value IS 255 (100% from 255) = 39.47%
R=37.15%
G=23.37%
B=39.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401512550.060.4100291.3510079.61
HexF097FF629001236450
Octal36022737765100443144120
Binary1111000010010111111111111101010010010010001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097FF; }

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

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

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

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

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

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

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

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