#F93E90

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

Shades of Violet Red #F93E90

Tints of Violet Red #F93E90

Color information

#F93E90 (or 0xF93E90) is unknown color: approx Violet Red. HEX triplet: F9, 3E and 90. RGB value is (249,62,144). Sum of RGB (Red+Green+Blue) = 249+62+144=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93E90 is #06C16F. Grayscale: #7F7F7F. Windows color (decimal): -442736 or 9453305. OLE color: 9453305.

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

Color convert

RGB24962144-
CMYK00.750.420.02
HSL333.69º93.97%60.98%-
HSV(B)333.69º75.1%97.65%-
XYZ45.8225.628.91-
YUV127.26137.45214.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 54.73%
GREEN value IS 62 (24.61% from 255) = 13.63%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=54.73%
G=13.63%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496214400.750.420.02333.6993.9760.98
HexF93E9004B2A214e5e3d
Octal37176220011352251613675
Binary111110011111101001000001001011101010101010011101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93E90; }

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

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

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

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

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

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

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

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