#F54D5F

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

Shades of Radical Red #F54D5F

Tints of Radical Red #F54D5F

Color information

#F54D5F (or 0xF54D5F) is unknown color: approx Radical Red. HEX triplet: F5, 4D and 5F. RGB value is (245,77,95). Sum of RGB (Red+Green+Blue) = 245+77+95=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D5F is #0AB2A0. Grayscale: #818181. Windows color (decimal): -701089 or 6245877. OLE color: 6245877.

HSL color Cylindrical-coordinate representation of color #F54D5F: hue angle of 353.57º 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 #F54D5F is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB2457795-
CMYK00.690.610.04
HSL353.57º89.36%63.14%-
HSV(B)353.57º68.57%96.08%-
XYZ42.3825.5513.52-
YUV129.28108.66210.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.75%
GREEN value IS 77 (30.47% from 255) = 18.47%
BLUE value IS 95 (37.5% from 255) = 22.78%
R=58.75%
G=18.47%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245779500.690.610.04353.5789.3663.14
HexF54D5F0453D4162593f
Octal365115137010575454213177
Binary1111010110011011011111010001011111011001011000101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54D5F; }

 p { color: rgb(245,77,95); }

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

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

 a { background-color: rgb(245,77,95); }

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

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

 span { border-color: rgb(245,77,95); }

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