#FF407B

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

Shades of Violet Red #FF407B

Tints of Violet Red #FF407B

Color information

#FF407B (or 0xFF407B) is unknown color: approx Violet Red. HEX triplet: FF, 40 and 7B. RGB value is (255,64,123). Sum of RGB (Red+Green+Blue) = 255+64+123=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF407B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF407B is #00BF84. Grayscale: #7F7F7F. Windows color (decimal): -49029 or 8077567. OLE color: 8077567.

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

Color convert

RGB25564123-
CMYK00.750.520
HSL341.47º100%62.55%-
HSV(B)341.47º74.9%100%-
XYZ46.6526.3621.37-
YUV127.84125.28218.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 64 (25.39% from 255) = 14.48%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=57.69%
G=14.48%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556412300.750.520341.4710062.55
HexFF407B04B340155643f
Octal377100173011364052514477
Binary11111111100000011110110100101111010001010101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF407B; }

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

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

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

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

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

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

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

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