#f081e7

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

Shades of Violet #F081E7

Tints of Violet #F081E7

Color information

#F081E7 (or 0xF081E7) is unknown color: approx Violet. HEX triplet: F0, 81 and E7. RGB value is (240,129,231). Sum of RGB (Red+Green+Blue) = 240+129+231=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F081E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F081E7 is #0F7E18. Grayscale: #ADADAD. Windows color (decimal): -1015321 or 15172080. OLE color: 15172080.

HSL color Cylindrical-coordinate representation of color #F081E7: hue angle of 304.86º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081E7 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB240129231-
CMYK00.460.040.06
HSL304.86º78.72%72.35%-
HSV(B)304.86º46.25%94.12%-
XYZ58.214080.25-
YUV173.82160.27175.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 21.5%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=40%
G=21.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012923100.460.040.06304.8678.7272.35
HexF081E702E461314f48
Octal36020134705646461117110
Binary111100001000000111100111010111010011010011000110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f081e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f081e7; }

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

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

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

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

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

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

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

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