#F190FF

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

Shades of Violet #F190FF

Tints of Violet #F190FF

Color information

#F190FF (or 0xF190FF) is unknown color: approx Violet. HEX triplet: F1, 90 and FF. RGB value is (241,144,255). Sum of RGB (Red+Green+Blue) = 241+144+255=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 144 (56.64% from 255 or 22.5% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #F190FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190FF is #0E6F00. Grayscale: #B9B9B9. Windows color (decimal): -945921 or 16748785. OLE color: 16748785.

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

Color convert

RGB241144255-
CMYK0.050.4400
HSL292.43º100%78.24%-
HSV(B)292.43º43.53%100%-
XYZ64.345.87100.07-
YUV185.66167.14167.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 144 (56.64% from 255) = 22.5%
BLUE value IS 255 (100% from 255) = 39.84%
R=37.66%
G=22.5%
B=39.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2411442550.050.4400292.4310078.24
HexF190FF52C00124644e
Octal36122037755400444144116
Binary1111000110010000111111111011011000010010010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190FF; }

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

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

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

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

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

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

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

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