#F93E76

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

Shades of Violet Red #F93E76

Tints of Violet Red #F93E76

Color information

#F93E76 (or 0xF93E76) is unknown color: approx Violet Red. HEX triplet: F9, 3E and 76. RGB value is (249,62,118). Sum of RGB (Red+Green+Blue) = 249+62+118=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 62 (24.61% from 255 or 14.45% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93E76 is #06C189. Grayscale: #7C7C7C. Windows color (decimal): -442762 or 7749369. OLE color: 7749369.

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

Color convert

RGB24962118-
CMYK00.750.530.02
HSL342.03º93.97%60.98%-
HSV(B)342.03º75.1%97.65%-
XYZ44.0624.8919.62-
YUV124.3124.45216.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.04%
GREEN value IS 62 (24.61% from 255) = 14.45%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=58.04%
G=14.45%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496211800.750.530.02342.0393.9760.98
HexF93E7604B3521565e3d
Octal37176166011365252613675
Binary11111001111110111011001001011110101101010101101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93E76; }

 p { color: rgb(249,62,118); }

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

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

 a { background-color: rgb(249,62,118); }

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

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

 span { border-color: rgb(249,62,118); }

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