#F5407A

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

Shades of Violet Red #F5407A

Tints of Violet Red #F5407A

Color information

#F5407A (or 0xF5407A) is unknown color: approx Violet Red. HEX triplet: F5, 40 and 7A. RGB value is (245,64,122). Sum of RGB (Red+Green+Blue) = 245+64+122=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F5407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5407A is #0ABF85. Grayscale: #7C7C7C. Windows color (decimal): -704390 or 8012021. OLE color: 8012021.

HSL color Cylindrical-coordinate representation of color #F5407A: hue angle of 340.77º 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 #F5407A is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB24564122-
CMYK00.740.500.04
HSL340.77º90.05%60.59%-
HSV(B)340.77º73.88%96.08%-
XYZ4324.4820.87-
YUV124.73126.47213.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.84%
GREEN value IS 64 (25.39% from 255) = 14.85%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=56.84%
G=14.85%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2456412200.740.500.04340.7790.0560.59
HexF5407A04A3241555a3d
Octal365100172011262452513275
Binary1111010110000001111010010010101100101001010101011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5407A; }

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

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

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

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

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

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

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

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