#F09AF9

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

Shades of Violet #F09AF9

Tints of Violet #F09AF9

Color information

#F09AF9 (or 0xF09AF9) is unknown color: approx Violet. HEX triplet: F0, 9A and F9. RGB value is (240,154,249). Sum of RGB (Red+Green+Blue) = 240+154+249=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 154 (60.55% from 255 or 23.95% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 249 - color contains mainly: blue. Hex color #F09AF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09AF9 is #0F6506. Grayscale: #BEBEBE. Windows color (decimal): -1008903 or 16358128. OLE color: 16358128.

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

Color convert

RGB240154249-
CMYK0.040.3800.02
HSL294.32º88.79%79.02%-
HSV(B)294.32º38.15%97.65%-
XYZ64.5948.4895.58-
YUV190.54160.99163.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.33%
GREEN value IS 154 (60.55% from 255) = 23.95%
BLUE value IS 249 (97.66% from 255) = 38.72%
R=37.33%
G=23.95%
B=38.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401542490.040.3800.02294.3288.7979.02
HexF09AF942602126594f
Octal36023237144602446131117
Binary11110000100110101111100110010011001010010011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09AF9; }

 p { color: rgb(240,154,249); }

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

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

 a { background-color: rgb(240,154,249); }

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

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

 span { border-color: rgb(240,154,249); }

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