#FF4A53

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

Shades of Radical Red #FF4A53

Tints of Radical Red #FF4A53

Color information

#FF4A53 (or 0xFF4A53) is unknown color: approx Radical Red. HEX triplet: FF, 4A and 53. RGB value is (255,74,83). Sum of RGB (Red+Green+Blue) = 255+74+83=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A53 is #00B5AC. Grayscale: #818181. Windows color (decimal): -46509 or 5458687. OLE color: 5458687.

HSL color Cylindrical-coordinate representation of color #FF4A53: hue angle of 357.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A53 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB2557483-
CMYK00.710.670
HSL357.02º100%64.51%-
HSV(B)357.02º70.98%100%-
XYZ45.2526.7810.97-
YUV129.14101.97217.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.89%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 83 (32.81% from 255) = 20.15%
R=61.89%
G=17.96%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255748300.710.670357.0210064.51
HexFF4A530474301656441
Octal37711212301071030545144101
Binary1111111110010101010011010001111000011010110010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4A53; }

 p { color: rgb(255,74,83); }

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

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

 a { background-color: rgb(255,74,83); }

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

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

 span { border-color: rgb(255,74,83); }

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