#F13E84

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

Shades of Violet Red #F13E84

Tints of Violet Red #F13E84

Color information

#F13E84 (or 0xF13E84) is unknown color: approx Violet Red. HEX triplet: F1, 3E and 84. RGB value is (241,62,132). Sum of RGB (Red+Green+Blue) = 241+62+132=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13E84 is #0EC17B. Grayscale: #7B7B7B. Windows color (decimal): -967036 or 8666865. OLE color: 8666865.

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

Color convert

RGB24162132-
CMYK00.740.450.05
HSL336.54º86.47%59.41%-
HSV(B)336.54º74.27%94.51%-
XYZ42.1623.8124.2-
YUV123.5132.8211.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 62 (24.61% from 255) = 14.25%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=55.40%
G=14.25%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416213200.740.450.05336.5486.4759.41
HexF13E8404A2D5151563b
Octal36176204011255552112673
Binary1111000111111010000100010010101011011011010100011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F13E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F13E84; }

 p { color: rgb(241,62,132); }

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

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

 a { background-color: rgb(241,62,132); }

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

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

 span { border-color: rgb(241,62,132); }

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