#F081FF

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

Shades of Violet #F081FF

Tints of Violet #F081FF

Color information

#F081FF (or 0xF081FF) is unknown color: approx Violet. HEX triplet: F0, 81 and FF. RGB value is (240,129,255). Sum of RGB (Red+Green+Blue) = 240+129+255=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 129 (50.78% from 255 or 20.67% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #F081FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081FF is #0F7E00. Grayscale: #B0B0B0. Windows color (decimal): -1015297 or 16744944. OLE color: 16744944.

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

Color convert

RGB240129255-
CMYK0.060.4900
HSL292.86º100%75.29%-
HSV(B)292.86º49.41%100%-
XYZ61.8441.4599.35-
YUV176.55172.27173.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.46%
GREEN value IS 129 (50.78% from 255) = 20.67%
BLUE value IS 255 (100% from 255) = 40.87%
R=38.46%
G=20.67%
B=40.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401292550.060.4900292.8610075.29
HexF081FF63100125644b
Octal36020137766100445144113
Binary1111000010000001111111111101100010010010010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081FF; }

 p { color: rgb(240,129,255); }

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

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

 a { background-color: rgb(240,129,255); }

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

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

 span { border-color: rgb(240,129,255); }

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