#F194FD

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

Shades of Violet #F194FD

Tints of Violet #F194FD

Color information

#F194FD (or 0xF194FD) is unknown color: approx Violet. HEX triplet: F1, 94 and FD. RGB value is (241,148,253). Sum of RGB (Red+Green+Blue) = 241+148+253=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 148 (58.20% from 255 or 23.05% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #F194FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194FD is #0E6B02. Grayscale: #BBBBBB. Windows color (decimal): -944899 or 16618737. OLE color: 16618737.

HSL color Cylindrical-coordinate representation of color #F194FD: hue angle of 293.14º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F194FD is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB241148253-
CMYK0.050.4200.01
HSL293.14º96.33%78.63%-
HSV(B)293.14º41.5%99.22%-
XYZ64.646.9798.59-
YUV187.78164.81165.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 148 (58.20% from 255) = 23.05%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=37.54%
G=23.05%
B=39.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2411482530.050.4200.01293.1496.3378.63
HexF194FD52A01125604f
Octal36122437555201445140117
Binary1111000110010100111111011011010100110010010111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194FD; }

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

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

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

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

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

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

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

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