#FF4075

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

Shades of Violet Red #FF4075

Tints of Violet Red #FF4075

Color information

#FF4075 (or 0xFF4075) is unknown color: approx Violet Red. HEX triplet: FF, 40 and 75. RGB value is (255,64,117). Sum of RGB (Red+Green+Blue) = 255+64+117=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4075 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4075 is #00BF8A. Grayscale: #7F7F7F. Windows color (decimal): -49035 or 7684351. OLE color: 7684351.

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

Color convert

RGB25564117-
CMYK00.750.540
HSL343.35º100%62.55%-
HSV(B)343.35º74.9%100%-
XYZ46.2826.2119.45-
YUV127.15122.28219.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.49%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=58.49%
G=14.68%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556411700.750.540343.3510062.55
HexFF407504B360157643f
Octal377100165011366052714477
Binary11111111100000011101010100101111011001010101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4075; }

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

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

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

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

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

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

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

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