#F54A5D

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

Shades of Radical Red #F54A5D

Tints of Radical Red #F54A5D

Color information

#F54A5D (or 0xF54A5D) is unknown color: approx Radical Red. HEX triplet: F5, 4A and 5D. RGB value is (245,74,93). Sum of RGB (Red+Green+Blue) = 245+74+93=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54A5D is #0AB5A2. Grayscale: #7F7F7F. Windows color (decimal): -701859 or 6114037. OLE color: 6114037.

HSL color Cylindrical-coordinate representation of color #F54A5D: hue angle of 353.33º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54A5D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB2457493-
CMYK00.700.620.04
HSL353.33º89.53%62.55%-
HSV(B)353.33º69.8%96.08%-
XYZ42.0825.112.98-
YUV127.29108.65211.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.47%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 93 (36.72% from 255) = 22.57%
R=59.47%
G=17.96%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245749300.700.620.04353.3389.5362.55
HexF54A5D0463E41615a3f
Octal365112135010676454113277
Binary1111010110010101011101010001101111101001011000011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54A5D; }

 p { color: rgb(245,74,93); }

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

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

 a { background-color: rgb(245,74,93); }

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

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

 span { border-color: rgb(245,74,93); }

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