#F94375

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

Shades of Violet Red #F94375

Tints of Violet Red #F94375

Color information

#F94375 (or 0xF94375) is unknown color: approx Violet Red. HEX triplet: F9, 43 and 75. RGB value is (249,67,117). Sum of RGB (Red+Green+Blue) = 249+67+117=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F94375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94375 is #06BC8A. Grayscale: #7F7F7F. Windows color (decimal): -441483 or 7685113. OLE color: 7685113.

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

Color convert

RGB24967117-
CMYK00.730.530.02
HSL343.52º93.81%61.96%-
HSV(B)343.52º73.09%97.65%-
XYZ44.2825.4419.41-
YUV127.12122.3214.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.51%
GREEN value IS 67 (26.56% from 255) = 15.47%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=57.51%
G=15.47%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496711700.730.530.02343.5293.8161.96
HexF943750493521585e3e
Octal371103165011165253013676
Binary111110011000011111010101001001110101101010110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94375; }

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

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

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

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

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

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

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

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