#F190F3

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

Shades of Violet #F190F3

Tints of Violet #F190F3

Color information

#F190F3 (or 0xF190F3) is unknown color: approx Violet. HEX triplet: F1, 90 and F3. RGB value is (241,144,243). Sum of RGB (Red+Green+Blue) = 241+144+243=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 144 (56.64% from 255 or 22.93% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #F190F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190F3 is #0E6F0C. Grayscale: #B7B7B7. Windows color (decimal): -945933 or 15962353. OLE color: 15962353.

HSL color Cylindrical-coordinate representation of color #F190F3: hue angle of 298.79º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F190F3 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB241144243-
CMYK0.010.4100.05
HSL298.79º80.49%75.88%-
HSV(B)298.79º40.74%95.29%-
XYZ62.4345.1290.21-
YUV184.29161.14168.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.38%
GREEN value IS 144 (56.64% from 255) = 22.93%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=38.38%
G=22.93%
B=38.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411442430.010.4100.05298.7980.4975.88
HexF190F31290512b504c
Octal36122036315105453120114
Binary1111000110010000111100111101001010110010101110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F190F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F190F3; }

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

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

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

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

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

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

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

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