#F19AEE

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

Shades of Violet #F19AEE

Tints of Violet #F19AEE

Color information

#F19AEE (or 0xF19AEE) is unknown color: approx Violet. HEX triplet: F1, 9A and EE. RGB value is (241,154,238). Sum of RGB (Red+Green+Blue) = 241+154+238=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 154 (60.55% from 255 or 24.33% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AEE is #0E6511. Grayscale: #BDBDBD. Windows color (decimal): -943378 or 15637233. OLE color: 15637233.

HSL color Cylindrical-coordinate representation of color #F19AEE: hue angle of 302.07º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AEE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241154238-
CMYK00.360.010.05
HSL302.07º75.65%77.45%-
HSV(B)302.07º36.1%94.51%-
XYZ63.2647.9986.82-
YUV189.59155.32164.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 154 (60.55% from 255) = 24.33%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=38.07%
G=24.33%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115423800.360.010.05302.0775.6577.45
HexF19AEE0241512e4c4d
Octal36123235604415456114115
Binary1111000110011010111011100100100110110010111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AEE; }

 p { color: rgb(241,154,238); }

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

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

 a { background-color: rgb(241,154,238); }

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

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

 span { border-color: rgb(241,154,238); }

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