#F94191

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

Shades of Violet Red #F94191

Tints of Violet Red #F94191

Color information

#F94191 (or 0xF94191) is unknown color: approx Violet Red. HEX triplet: F9, 41 and 91. RGB value is (249,65,145). Sum of RGB (Red+Green+Blue) = 249+65+145=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F94191 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F94191 is #06BE6E. Grayscale: #818181. Windows color (decimal): -441967 or 9519609. OLE color: 9519609.

HSL color Cylindrical-coordinate representation of color #F94191: hue angle of 333.91º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94191 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB24965145-
CMYK00.740.420.02
HSL333.91º93.88%61.57%-
HSV(B)333.91º73.9%97.65%-
XYZ46.0725.9629.37-
YUV129.14136.96213.5-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.25%
GREEN value IS 65 (25.78% from 255) = 14.16%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=54.25%
G=14.16%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496514500.740.420.02333.9193.8861.57
HexF9419104A2A214e5e3e
Octal371101221011252251613676
Binary1111100110000011001000101001010101010101010011101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94191; }

 p { color: rgb(249,65,145); }

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

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

 a { background-color: rgb(249,65,145); }

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

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

 span { border-color: rgb(249,65,145); }

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