#F5347C

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

Shades of Violet Red #F5347C

Tints of Violet Red #F5347C

Color information

#F5347C (or 0xF5347C) is unknown color: approx Violet Red. HEX triplet: F5, 34 and 7C. RGB value is (245,52,124). Sum of RGB (Red+Green+Blue) = 245+52+124=421 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.19% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 245 - color contains mainly: red. Hex color #F5347C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5347C is #0ACB83. Grayscale: #757575. Windows color (decimal): -707460 or 8140021. OLE color: 8140021.

HSL color Cylindrical-coordinate representation of color #F5347C: hue angle of 337.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5347C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB24552124-
CMYK00.790.490.04
HSL337.62º90.61%58.24%-
HSV(B)337.62º78.78%96.08%-
XYZ42.5223.3221.33-
YUV117.92131.44218.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.19%
GREEN value IS 52 (20.70% from 255) = 12.35%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=58.19%
G=12.35%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455212400.790.490.04337.6290.6158.24
HexF5347C04F3141525b3a
Octal36564174011761452213372
Binary111101011101001111100010011111100011001010100101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5347C; }

 p { color: rgb(245,52,124); }

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

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

 a { background-color: rgb(245,52,124); }

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

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

 span { border-color: rgb(245,52,124); }

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