#F09DFA

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

Shades of Violet #F09DFA

Tints of Violet #F09DFA

Color information

#F09DFA (or 0xF09DFA) is unknown color: approx Violet. HEX triplet: F0, 9D and FA. RGB value is (240,157,250). Sum of RGB (Red+Green+Blue) = 240+157+250=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 157 (61.72% from 255 or 24.27% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #F09DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DFA is #0F6205. Grayscale: #C0C0C0. Windows color (decimal): -1008134 or 16424432. OLE color: 16424432.

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

Color convert

RGB240157250-
CMYK0.040.3700.02
HSL293.55º90.29%79.8%-
HSV(B)293.55º37.2%98.04%-
XYZ65.2549.5496.57-
YUV192.42160.5161.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.09%
GREEN value IS 157 (61.72% from 255) = 24.27%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=37.09%
G=24.27%
B=38.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401572500.040.3700.02293.5590.2979.8
HexF09DFA425021265a50
Octal36023537244502446132120
Binary11110000100111011111101010010010101010010011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DFA; }

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

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

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

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

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

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

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

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