#F54B5E

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

Shades of Radical Red #F54B5E

Tints of Radical Red #F54B5E

Color information

#F54B5E (or 0xF54B5E) is unknown color: approx Radical Red. HEX triplet: F5, 4B and 5E. RGB value is (245,75,94). Sum of RGB (Red+Green+Blue) = 245+75+94=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54B5E is #0AB4A1. Grayscale: #808080. Windows color (decimal): -701602 or 6179829. OLE color: 6179829.

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

Color convert

RGB2457594-
CMYK00.690.620.04
HSL353.29º89.47%62.75%-
HSV(B)353.29º69.39%96.08%-
XYZ42.1925.2513.24-
YUV128108.82211.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.18%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=59.18%
G=18.12%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245759400.690.620.04353.2989.4762.75
HexF54B5E0453E4161593f
Octal365113136010576454113177
Binary1111010110010111011110010001011111101001011000011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54B5E; }

 p { color: rgb(245,75,94); }

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

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

 a { background-color: rgb(245,75,94); }

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

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

 span { border-color: rgb(245,75,94); }

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