#F190F1

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

Shades of Violet #F190F1

Tints of Violet #F190F1

Color information

#F190F1 (or 0xF190F1) is unknown color: approx Violet. HEX triplet: F1, 90 and F1. RGB value is (241,144,241). Sum of RGB (Red+Green+Blue) = 241+144+241=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F190F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190F1 is #0E6F0E. Grayscale: #B7B7B7. Windows color (decimal): -945935 or 15831281. OLE color: 15831281.

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

Color convert

RGB241144241-
CMYK00.4000.05
HSL300º77.6%75.49%-
HSV(B)300º40.25%94.51%-
XYZ62.134588.63-
YUV184.06160.14168.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 144 (56.64% from 255) = 23.00%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=38.50%
G=23.00%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114424100.4000.0530077.675.49
HexF190F10280512c4e4b
Octal36122036105005454116113
Binary1111000110010000111100010101000010110010110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190F1; }

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

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

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

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

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

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

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

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