#F03E95

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

Shades of Violet Red #F03E95

Tints of Violet Red #F03E95

Color information

#F03E95 (or 0xF03E95) is unknown color: approx Violet Red. HEX triplet: F0, 3E and 95. RGB value is (240,62,149). Sum of RGB (Red+Green+Blue) = 240+62+149=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03E95 is #0FC16A. Grayscale: #7C7C7C. Windows color (decimal): -1032555 or 9780976. OLE color: 9780976.

HSL color Cylindrical-coordinate representation of color #F03E95: hue angle of 330.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03E95 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB24062149-
CMYK00.740.380.06
HSL330.67º85.58%59.22%-
HSV(B)330.67º74.17%94.12%-
XYZ43.0824.1430.82-
YUV125.14141.47209.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 62 (24.61% from 255) = 13.75%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=53.22%
G=13.75%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406214900.740.380.06330.6785.5859.22
HexF03E9504A26614b563b
Octal36076225011246651312673
Binary1111000011111010010101010010101001101101010010111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03E95; }

 p { color: rgb(240,62,149); }

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

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

 a { background-color: rgb(240,62,149); }

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

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

 span { border-color: rgb(240,62,149); }

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