#F180EA

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

Shades of Violet #F180EA

Tints of Violet #F180EA

Color information

#F180EA (or 0xF180EA) is unknown color: approx Violet. HEX triplet: F1, 80 and EA. RGB value is (241,128,234). Sum of RGB (Red+Green+Blue) = 241+128+234=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 128 (50.39% from 255 or 21.23% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F180EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180EA is #0E7F15. Grayscale: #ADADAD. Windows color (decimal): -950038 or 15368433. OLE color: 15368433.

HSL color Cylindrical-coordinate representation of color #F180EA: hue angle of 303.72º 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 #F180EA is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241128234-
CMYK00.470.030.05
HSL303.72º80.14%72.35%-
HSV(B)303.72º46.89%94.51%-
XYZ58.8540.0882.48-
YUV173.87161.94175.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.97%
GREEN value IS 128 (50.39% from 255) = 21.23%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=39.97%
G=21.23%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112823400.470.030.05303.7280.1472.35
HexF180EA02F351305048
Octal36120035205735460120110
Binary11110001100000001110101001011111110110011000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180EA; }

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

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

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

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

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

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

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

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