#FF4055

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

Shades of Radical Red #FF4055

Tints of Radical Red #FF4055

Color information

#FF4055 (or 0xFF4055) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 55. RGB value is (255,64,85). Sum of RGB (Red+Green+Blue) = 255+64+85=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4055 is #00BFAA. Grayscale: #7B7B7B. Windows color (decimal): -49067 or 5587199. OLE color: 5587199.

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

Color convert

RGB2556485-
CMYK00.750.670
HSL353.4º100%62.55%-
HSV(B)353.4º74.9%100%-
XYZ44.7125.5811.18-
YUV123.5106.28221.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.12%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=63.12%
G=15.84%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255648500.750.670353.410062.55
HexFF405504B430161643f
Octal3771001250113103054114477
Binary111111111000000101010101001011100001101011000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4055; }

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

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

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

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

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

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

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

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