#F097FC

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

Shades of Violet #F097FC

Tints of Violet #F097FC

Color information

#F097FC (or 0xF097FC) is unknown color: approx Violet. HEX triplet: F0, 97 and FC. RGB value is (240,151,252). Sum of RGB (Red+Green+Blue) = 240+151+252=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #F097FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F097FC is #0F6803. Grayscale: #BCBCBC. Windows color (decimal): -1009668 or 16553968. OLE color: 16553968.

HSL color Cylindrical-coordinate representation of color #F097FC: hue angle of 292.87º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F097FC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240151252-
CMYK0.050.4000.01
HSL292.87º94.39%79.02%-
HSV(B)292.87º40.08%98.82%-
XYZ64.5747.6997.9-
YUV189.12163.49164.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 151 (59.38% from 255) = 23.48%
BLUE value IS 252 (98.83% from 255) = 39.19%
R=37.33%
G=23.48%
B=39.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401512520.050.4000.01292.8794.3979.02
HexF097FC528011255e4f
Octal36022737455001445136117
Binary1111000010010111111111001011010000110010010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F097FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F097FC; }

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

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

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

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

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

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

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

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