#F54060

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

Shades of Radical Red #F54060

Tints of Radical Red #F54060

Color information

#F54060 (or 0xF54060) is unknown color: approx Radical Red. HEX triplet: F5, 40 and 60. RGB value is (245,64,96). Sum of RGB (Red+Green+Blue) = 245+64+96=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F54060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54060 is #0ABF9F. Grayscale: #797979. Windows color (decimal): -704416 or 6308085. OLE color: 6308085.

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

Color convert

RGB2456496-
CMYK00.740.610.04
HSL349.39º90.05%60.59%-
HSV(B)349.39º73.88%96.08%-
XYZ41.623.9213.49-
YUV121.77113.47215.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.49%
GREEN value IS 64 (25.39% from 255) = 15.80%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=60.49%
G=15.80%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245649600.740.610.04349.3990.0560.59
HexF5406004A3D415d5a3d
Octal365100140011275453513275
Binary1111010110000001100000010010101111011001010111011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54060; }

 p { color: rgb(245,64,96); }

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

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

 a { background-color: rgb(245,64,96); }

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

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

 span { border-color: rgb(245,64,96); }

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