#F194F1

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

Shades of Violet #F194F1

Tints of Violet #F194F1

Color information

#F194F1 (or 0xF194F1) is unknown color: approx Violet. HEX triplet: F1, 94 and F1. RGB value is (241,148,241). Sum of RGB (Red+Green+Blue) = 241+148+241=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 148 (58.20% from 255 or 23.49% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F194F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194F1 is #0E6B0E. Grayscale: #BABABA. Windows color (decimal): -944911 or 15832305. OLE color: 15832305.

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

Color convert

RGB241148241-
CMYK00.3900.05
HSL300º76.86%76.27%-
HSV(B)300º38.59%94.51%-
XYZ62.7446.2388.84-
YUV186.41158.81166.94-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 148 (58.20% from 255) = 23.49%
BLUE value IS 241 (94.53% from 255) = 38.25%
R=38.25%
G=23.49%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114824100.3900.0530076.8676.27
HexF194F10270512c4d4c
Octal36122436104705454115114
Binary1111000110010100111100010100111010110010110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194F1; }

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

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

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

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

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

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

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

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