#F190F0

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

Shades of Violet #F190F0

Tints of Violet #F190F0

Color information

#F190F0 (or 0xF190F0) is unknown color: approx Violet. HEX triplet: F1, 90 and F0. RGB value is (241,144,240). Sum of RGB (Red+Green+Blue) = 241+144+240=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F190F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190F0 is #0E6F0F. Grayscale: #B7B7B7. Windows color (decimal): -945936 or 15765745. OLE color: 15765745.

HSL color Cylindrical-coordinate representation of color #F190F0: hue angle of 300.62º 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 #F190F0 is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB241144240-
CMYK00.400.000.05
HSL300.62º77.6%75.49%-
HSV(B)300.62º40.25%94.51%-
XYZ61.9844.9487.85-
YUV183.95159.64168.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 144 (56.64% from 255) = 23.04%
BLUE value IS 240 (94.14% from 255) = 38.4%
R=38.56%
G=23.04%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114424000.400.000.05300.6277.675.49
HexF190F00280512d4e4b
Octal36122036005005455116113
Binary1111000110010000111100000101000010110010110110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190F0; }

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

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

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

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

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

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

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

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