#F54376

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

Shades of Violet Red #F54376

Tints of Violet Red #F54376

Color information

#F54376 (or 0xF54376) is unknown color: approx Violet Red. HEX triplet: F5, 43 and 76. RGB value is (245,67,118). Sum of RGB (Red+Green+Blue) = 245+67+118=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F54376 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54376 is #0ABC89. Grayscale: #7E7E7E. Windows color (decimal): -703626 or 7750645. OLE color: 7750645.

HSL color Cylindrical-coordinate representation of color #F54376: hue angle of 342.81º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54376 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24567118-
CMYK00.730.520.04
HSL342.81º89.9%61.18%-
HSV(B)342.81º72.65%96.08%-
XYZ42.9324.7319.65-
YUV126.04123.47212.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.98%
GREEN value IS 67 (26.56% from 255) = 15.58%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=56.98%
G=15.58%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456711800.730.520.04342.8189.961.18
HexF543760493441575a3d
Octal365103166011164452713275
Binary1111010110000111110110010010011101001001010101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54376; }

 p { color: rgb(245,67,118); }

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

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

 a { background-color: rgb(245,67,118); }

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

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

 span { border-color: rgb(245,67,118); }

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