#F09AF1

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

Shades of Violet #F09AF1

Tints of Violet #F09AF1

Color information

#F09AF1 (or 0xF09AF1) is unknown color: approx Violet. HEX triplet: F0, 9A and F1. RGB value is (240,154,241). Sum of RGB (Red+Green+Blue) = 240+154+241=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #F09AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09AF1 is #0F650E. Grayscale: #BDBDBD. Windows color (decimal): -1008911 or 15833840. OLE color: 15833840.

HSL color Cylindrical-coordinate representation of color #F09AF1: hue angle of 299.31º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AF1 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240154241-
CMYK0.000.3600.05
HSL299.31º75.65%77.45%-
HSV(B)299.31º36.1%94.51%-
XYZ63.3747.9989.14-
YUV189.63156.99163.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 154 (60.55% from 255) = 24.25%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=37.80%
G=24.25%
B=37.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401542410.000.3600.05299.3175.6577.45
HexF09AF10240512b4c4d
Octal36023236104405453114115
Binary1111000010011010111100010100100010110010101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09AF1; }

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

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

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

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

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

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

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

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