#F194FB

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

Shades of Violet #F194FB

Tints of Violet #F194FB

Color information

#F194FB (or 0xF194FB) is unknown color: approx Violet. HEX triplet: F1, 94 and FB. RGB value is (241,148,251). Sum of RGB (Red+Green+Blue) = 241+148+251=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 148 (58.20% from 255 or 23.12% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #F194FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194FB is #0E6B04. Grayscale: #BBBBBB. Windows color (decimal): -944901 or 16487665. OLE color: 16487665.

HSL color Cylindrical-coordinate representation of color #F194FB: hue angle of 294.17º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F194FB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241148251-
CMYK0.040.4100.02
HSL294.17º92.79%78.24%-
HSV(B)294.17º41.04%98.43%-
XYZ64.2846.8596.92-
YUV187.55163.81166.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 148 (58.20% from 255) = 23.12%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=37.66%
G=23.12%
B=39.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2411482510.040.4100.02294.1792.7978.24
HexF194FB429021265d4e
Octal36122437345102446135116
Binary11110001100101001111101110010100101010010011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194FB; }

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

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

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

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

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

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

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

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