#F19AFE

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

Shades of Violet #F19AFE

Tints of Violet #F19AFE

Color information

#F19AFE (or 0xF19AFE) is unknown color: approx Violet. HEX triplet: F1, 9A and FE. RGB value is (241,154,254). Sum of RGB (Red+Green+Blue) = 241+154+254=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 154 (60.55% from 255 or 23.73% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #F19AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19AFE is #0E6501. Grayscale: #BFBFBF. Windows color (decimal): -943362 or 16685809. OLE color: 16685809.

HSL color Cylindrical-coordinate representation of color #F19AFE: hue angle of 292.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19AFE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB241154254-
CMYK0.050.3900.00
HSL292.2º98.04%80%-
HSV(B)292.2º39.37%99.61%-
XYZ65.7248.9799.75-
YUV191.41163.32163.37-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 154 (60.55% from 255) = 23.73%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=37.13%
G=23.73%
B=39.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411542540.050.3900.00292.298.0480
HexF19AFE527001246250
Octal36123237654700444142120
Binary1111000110011010111111101011001110010010010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19AFE; }

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

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

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

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

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

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

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

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