#F09DF1

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

Shades of Violet #F09DF1

Tints of Violet #F09DF1

Color information

#F09DF1 (or 0xF09DF1) is unknown color: approx Violet. HEX triplet: F0, 9D and F1. RGB value is (240,157,241). Sum of RGB (Red+Green+Blue) = 240+157+241=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 157 (61.72% from 255 or 24.61% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #F09DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DF1 is #0F620E. Grayscale: #BFBFBF. Windows color (decimal): -1008143 or 15834608. OLE color: 15834608.

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

Color convert

RGB240157241-
CMYK0.000.3500.05
HSL299.29º75%78.04%-
HSV(B)299.29º34.85%94.51%-
XYZ63.8748.9989.31-
YUV191.39156162.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.62%
GREEN value IS 157 (61.72% from 255) = 24.61%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=37.62%
G=24.61%
B=37.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401572410.000.3500.05299.297578.04
HexF09DF10230512b4b4e
Octal36023536104305453113116
Binary1111000010011101111100010100011010110010101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DF1; }

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

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

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

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

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

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

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

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