#F5407C

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

Shades of Violet Red #F5407C

Tints of Violet Red #F5407C

Color information

#F5407C (or 0xF5407C) is unknown color: approx Violet Red. HEX triplet: F5, 40 and 7C. RGB value is (245,64,124). Sum of RGB (Red+Green+Blue) = 245+64+124=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5407C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5407C is #0ABF83. Grayscale: #7C7C7C. Windows color (decimal): -704388 or 8143093. OLE color: 8143093.

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

Color convert

RGB24564124-
CMYK00.740.490.04
HSL340.11º90.05%60.59%-
HSV(B)340.11º73.88%96.08%-
XYZ43.1324.5321.53-
YUV124.96127.47213.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.58%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=56.58%
G=14.78%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456412400.740.490.04340.1190.0560.59
HexF5407C04A3141545a3d
Octal365100174011261452413275
Binary1111010110000001111100010010101100011001010101001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5407C; }

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

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

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

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

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

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

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

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