#F5407D

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

Shades of Violet Red #F5407D

Tints of Violet Red #F5407D

Color information

#F5407D (or 0xF5407D) is unknown color: approx Violet Red. HEX triplet: F5, 40 and 7D. RGB value is (245,64,125). Sum of RGB (Red+Green+Blue) = 245+64+125=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5407D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5407D is #0ABF82. Grayscale: #7D7D7D. Windows color (decimal): -704387 or 8208629. OLE color: 8208629.

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

Color convert

RGB24564125-
CMYK00.740.490.04
HSL339.78º90.05%60.59%-
HSV(B)339.78º73.88%96.08%-
XYZ43.1924.5621.87-
YUV125.07127.97213.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.45%
GREEN value IS 64 (25.39% from 255) = 14.75%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=56.45%
G=14.75%
B=28.80%

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
Decimal2456412500.740.490.04339.7890.0560.59
HexF5407D04A3141545a3d
Octal365100175011261452413275
Binary1111010110000001111101010010101100011001010101001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5407D; }

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

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

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

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

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

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

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

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