#F180E7

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

Shades of Violet #F180E7

Tints of Violet #F180E7

Color information

#F180E7 (or 0xF180E7) is unknown color: approx Violet. HEX triplet: F1, 80 and E7. RGB value is (241,128,231). Sum of RGB (Red+Green+Blue) = 241+128+231=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 128 (50.39% from 255 or 21.33% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F180E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180E7 is #0E7F18. Grayscale: #ADADAD. Windows color (decimal): -950041 or 15171825. OLE color: 15171825.

HSL color Cylindrical-coordinate representation of color #F180E7: hue angle of 305.31º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180E7 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241128231-
CMYK00.470.040.05
HSL305.31º80.14%72.35%-
HSV(B)305.31º46.89%94.51%-
XYZ58.4239.9180.23-
YUV173.53160.44176.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 128 (50.39% from 255) = 21.33%
BLUE value IS 231 (90.62% from 255) = 38.5%
R=40.17%
G=21.33%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112823100.470.040.05305.3180.1472.35
HexF180E702F451315048
Octal36120034705745461120110
Binary111100011000000011100111010111110010110011000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180E7; }

 p { color: rgb(241,128,231); }

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

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

 a { background-color: rgb(241,128,231); }

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

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

 span { border-color: rgb(241,128,231); }

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