#F94175

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

Shades of Violet Red #F94175

Tints of Violet Red #F94175

Color information

#F94175 (or 0xF94175) is unknown color: approx Violet Red. HEX triplet: F9, 41 and 75. RGB value is (249,65,117). Sum of RGB (Red+Green+Blue) = 249+65+117=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F94175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94175 is #06BE8A. Grayscale: #7D7D7D. Windows color (decimal): -441995 or 7684601. OLE color: 7684601.

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

Color convert

RGB24965117-
CMYK00.740.530.02
HSL343.04º93.88%61.57%-
HSV(B)343.04º73.9%97.65%-
XYZ44.1725.219.37-
YUV125.94122.96215.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.77%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=57.77%
G=15.08%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496511700.740.530.02343.0493.8861.57
HexF9417504A3521575e3e
Octal371101165011265252713676
Binary111110011000001111010101001010110101101010101111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94175; }

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

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

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

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

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

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

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

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