#F184EA

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

Shades of Violet #F184EA

Tints of Violet #F184EA

Color information

#F184EA (or 0xF184EA) is unknown color: approx Violet. HEX triplet: F1, 84 and EA. RGB value is (241,132,234). Sum of RGB (Red+Green+Blue) = 241+132+234=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 132 (51.95% from 255 or 21.75% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F184EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184EA is #0E7B15. Grayscale: #AFAFAF. Windows color (decimal): -949014 or 15369457. OLE color: 15369457.

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

Color convert

RGB241132234-
CMYK00.450.030.05
HSL303.85º79.56%73.14%-
HSV(B)303.85º45.23%94.51%-
XYZ59.3841.1482.65-
YUV176.22160.61174.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 132 (51.95% from 255) = 21.75%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=39.70%
G=21.75%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113223400.450.030.05303.8579.5673.14
HexF184EA02D351305049
Octal36120435205535460120111
Binary11110001100001001110101001011011110110011000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F184EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F184EA; }

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

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

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

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

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

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

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

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