#F194FE

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

Shades of Violet #F194FE

Tints of Violet #F194FE

Color information

#F194FE (or 0xF194FE) is unknown color: approx Violet. HEX triplet: F1, 94 and FE. RGB value is (241,148,254). Sum of RGB (Red+Green+Blue) = 241+148+254=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #F194FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194FE is #0E6B01. Grayscale: #BBBBBB. Windows color (decimal): -944898 or 16684273. OLE color: 16684273.

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

Color convert

RGB241148254-
CMYK0.050.4200.00
HSL292.64º98.15%78.82%-
HSV(B)292.64º41.73%99.61%-
XYZ64.7547.0499.43-
YUV187.89165.31165.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 148 (58.20% from 255) = 23.02%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=37.48%
G=23.02%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2411482540.050.4200.00292.6498.1578.82
HexF194FE52A00125624f
Octal36122437655200445142117
Binary1111000110010100111111101011010100010010010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194FE; }

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

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

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

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

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

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

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

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