#F194F3

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

Shades of Violet #F194F3

Tints of Violet #F194F3

Color information

#F194F3 (or 0xF194F3) is unknown color: approx Violet. HEX triplet: F1, 94 and F3. RGB value is (241,148,243). Sum of RGB (Red+Green+Blue) = 241+148+243=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 148 (58.20% from 255 or 23.42% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #F194F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194F3 is #0E6B0C. Grayscale: #BABABA. Windows color (decimal): -944909 or 15963377. OLE color: 15963377.

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

Color convert

RGB241148243-
CMYK0.010.3900.05
HSL298.74º79.83%76.67%-
HSV(B)298.74º39.09%95.29%-
XYZ63.0446.3590.42-
YUV186.64159.81166.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.13%
GREEN value IS 148 (58.20% from 255) = 23.42%
BLUE value IS 243 (95.31% from 255) = 38.45%
R=38.13%
G=23.42%
B=38.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411482430.010.3900.05298.7479.8376.67
HexF194F31270512b504d
Octal36122436314705453120115
Binary1111000110010100111100111100111010110010101110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194F3; }

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

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

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

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

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

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

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

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