#F54260

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

Shades of Radical Red #F54260

Tints of Radical Red #F54260

Color information

#F54260 (or 0xF54260) is unknown color: approx Radical Red. HEX triplet: F5, 42 and 60. RGB value is (245,66,96). Sum of RGB (Red+Green+Blue) = 245+66+96=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F54260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54260 is #0ABD9F. Grayscale: #7B7B7B. Windows color (decimal): -703904 or 6308597. OLE color: 6308597.

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

Color convert

RGB2456696-
CMYK00.730.610.04
HSL349.94º89.95%60.98%-
HSV(B)349.94º73.06%96.08%-
XYZ41.7224.1513.53-
YUV122.94112.8215.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.20%
GREEN value IS 66 (26.17% from 255) = 16.22%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=60.20%
G=16.22%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245669600.730.610.04349.9489.9560.98
HexF542600493D415e5a3d
Octal365102140011175453613275
Binary1111010110000101100000010010011111011001010111101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54260; }

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

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

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

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

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

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

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

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