#F09AFD

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

Shades of Violet #F09AFD

Tints of Violet #F09AFD

Color information

#F09AFD (or 0xF09AFD) is unknown color: approx Violet. HEX triplet: F0, 9A and FD. RGB value is (240,154,253). Sum of RGB (Red+Green+Blue) = 240+154+253=647 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.09% from 647); Green value is 154 (60.55% from 255 or 23.80% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #F09AFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09AFD is #0F6502. Grayscale: #BEBEBE. Windows color (decimal): -1008899 or 16620272. OLE color: 16620272.

HSL color Cylindrical-coordinate representation of color #F09AFD: hue angle of 292.12º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F09AFD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB240154253-
CMYK0.050.3900.01
HSL292.12º96.12%79.8%-
HSV(B)292.12º39.13%99.22%-
XYZ65.2248.7398.9-
YUV191162.99162.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.09%
GREEN value IS 154 (60.55% from 255) = 23.80%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=37.09%
G=23.80%
B=39.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2401542530.050.3900.01292.1296.1279.8
HexF09AFD527011246050
Octal36023237554701444140120
Binary1111000010011010111111011011001110110010010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09AFD; }

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

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

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

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

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

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

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

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