#F180ED

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

Shades of Violet #F180ED

Tints of Violet #F180ED

Color information

#F180ED (or 0xF180ED) is unknown color: approx Violet. HEX triplet: F1, 80 and ED. RGB value is (241,128,237). Sum of RGB (Red+Green+Blue) = 241+128+237=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 128 (50.39% from 255 or 21.12% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F180ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F180ED is #0E7F12. Grayscale: #ADADAD. Windows color (decimal): -950035 or 15565041. OLE color: 15565041.

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

Color convert

RGB241128237-
CMYK00.470.020.05
HSL302.12º80.14%72.35%-
HSV(B)302.12º46.89%94.51%-
XYZ59.2840.2584.77-
YUV174.21163.44175.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 128 (50.39% from 255) = 21.12%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=39.77%
G=21.12%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112823700.470.020.05302.1280.1472.35
HexF180ED02F2512e5048
Octal36120035505725456120110
Binary11110001100000001110110101011111010110010111010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180ED; }

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

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

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

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

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

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

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

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