#F94179

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

Shades of Violet Red #F94179

Tints of Violet Red #F94179

Color information

#F94179 (or 0xF94179) is unknown color: approx Violet Red. HEX triplet: F9, 41 and 79. RGB value is (249,65,121). Sum of RGB (Red+Green+Blue) = 249+65+121=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F94179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94179 is #06BE86. Grayscale: #7E7E7E. Windows color (decimal): -441991 or 7946745. OLE color: 7946745.

HSL color Cylindrical-coordinate representation of color #F94179: hue angle of 341.74º 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 #F94179 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB24965121-
CMYK00.740.510.02
HSL341.74º93.88%61.57%-
HSV(B)341.74º73.9%97.65%-
XYZ44.4125.320.63-
YUV126.4124.96215.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 65 (25.78% from 255) = 14.94%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=57.24%
G=14.94%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496512100.740.510.02341.7493.8861.57
HexF9417904A3321565e3e
Octal371101171011263252613676
Binary111110011000001111100101001010110011101010101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94179; }

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

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

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

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

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

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

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

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