#FF407F

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

Shades of Violet Red #FF407F

Tints of Violet Red #FF407F

Color information

#FF407F (or 0xFF407F) is unknown color: approx Violet Red. HEX triplet: FF, 40 and 7F. RGB value is (255,64,127). Sum of RGB (Red+Green+Blue) = 255+64+127=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF407F is #00BF80. Grayscale: #808080. Windows color (decimal): -49025 or 8339711. OLE color: 8339711.

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

Color convert

RGB25564127-
CMYK00.750.500
HSL340.21º100%62.55%-
HSV(B)340.21º74.9%100%-
XYZ46.926.4622.71-
YUV128.29127.28218.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.17%
GREEN value IS 64 (25.39% from 255) = 14.35%
BLUE value IS 127 (50% from 255) = 28.48%
R=57.17%
G=14.35%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556412700.750.500340.2110062.55
HexFF407F04B320154643f
Octal377100177011362052414477
Binary11111111100000011111110100101111001001010101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF407F; }

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

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

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

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

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

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

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

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