#F190FE

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

Shades of Violet #F190FE

Tints of Violet #F190FE

Color information

#F190FE (or 0xF190FE) is unknown color: approx Violet. HEX triplet: F1, 90 and FE. RGB value is (241,144,254). Sum of RGB (Red+Green+Blue) = 241+144+254=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 144 (56.64% from 255 or 22.54% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #F190FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190FE is #0E6F01. Grayscale: #B9B9B9. Windows color (decimal): -945922 or 16683249. OLE color: 16683249.

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

Color convert

RGB241144254-
CMYK0.050.4300.00
HSL292.91º98.21%78.04%-
HSV(B)292.91º43.31%99.61%-
XYZ64.1445.899.23-
YUV185.54166.64167.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.72%
GREEN value IS 144 (56.64% from 255) = 22.54%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=37.72%
G=22.54%
B=39.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411442540.050.4300.00292.9198.2178.04
HexF190FE52B00125624e
Octal36122037655300445142116
Binary1111000110010000111111101011010110010010010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190FE; }

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

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

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

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

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

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

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

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