#FF407A

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

Shades of Violet Red #FF407A

Tints of Violet Red #FF407A

Color information

#FF407A (or 0xFF407A) is unknown color: approx Violet Red. HEX triplet: FF, 40 and 7A. RGB value is (255,64,122). Sum of RGB (Red+Green+Blue) = 255+64+122=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF407A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF407A is #00BF85. Grayscale: #7F7F7F. Windows color (decimal): -49030 or 8012031. OLE color: 8012031.

HSL color Cylindrical-coordinate representation of color #FF407A: hue angle of 341.78º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF407A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB25564122-
CMYK00.750.520
HSL341.78º100%62.55%-
HSV(B)341.78º74.9%100%-
XYZ46.5926.3321.04-
YUV127.72124.78218.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.82%
GREEN value IS 64 (25.39% from 255) = 14.51%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=57.82%
G=14.51%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556412200.750.520341.7810062.55
HexFF407A04B340156643f
Octal377100172011364052614477
Binary11111111100000011110100100101111010001010101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF407A; }

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

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

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

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

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

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

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

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