#F09AFE

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

Shades of Violet #F09AFE

Tints of Violet #F09AFE

Color information

#F09AFE (or 0xF09AFE) is unknown color: approx Violet. HEX triplet: F0, 9A and FE. RGB value is (240,154,254). Sum of RGB (Red+Green+Blue) = 240+154+254=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 154 (60.55% from 255 or 23.77% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #F09AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09AFE is #0F6501. Grayscale: #BEBEBE. Windows color (decimal): -1008898 or 16685808. OLE color: 16685808.

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

Color convert

RGB240154254-
CMYK0.060.3900.00
HSL291.6º98.04%80%-
HSV(B)291.6º39.37%99.61%-
XYZ65.3848.7999.74-
YUV191.11163.49162.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.04%
GREEN value IS 154 (60.55% from 255) = 23.77%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=37.04%
G=23.77%
B=39.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2401542540.060.3900.00291.698.0480
HexF09AFE627001246250
Octal36023237664700444142120
Binary1111000010011010111111101101001110010010010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09AFE; }

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

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

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

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

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

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

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

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