#FF4054

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

Shades of Radical Red #FF4054

Tints of Radical Red #FF4054

Color information

#FF4054 (or 0xFF4054) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 54. RGB value is (255,64,84). Sum of RGB (Red+Green+Blue) = 255+64+84=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4054 is #00BFAB. Grayscale: #7B7B7B. Windows color (decimal): -49068 or 5521663. OLE color: 5521663.

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

Color convert

RGB2556484-
CMYK00.750.670
HSL353.72º100%62.55%-
HSV(B)353.72º74.9%100%-
XYZ44.6725.5710.97-
YUV123.39105.78221.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.28%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=63.28%
G=15.88%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255648400.750.670353.7210062.55
HexFF405404B430162643f
Octal3771001240113103054214477
Binary111111111000000101010001001011100001101011000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4054; }

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

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

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

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

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

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

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

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