#F72560

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

Shades of Radical Red #F72560

Tints of Radical Red #F72560

Color information

#F72560 (or 0xF72560) is unknown color: approx Radical Red. HEX triplet: F7, 25 and 60. RGB value is (247,37,96). Sum of RGB (Red+Green+Blue) = 247+37+96=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F72560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72560 is #08DA9F. Grayscale: #6A6A6A. Windows color (decimal): -580256 or 6301175. OLE color: 6301175.

HSL color Cylindrical-coordinate representation of color #F72560: hue angle of 343.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72560 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB2473796-
CMYK00.850.610.03
HSL343.14º92.92%55.69%-
HSV(B)343.14º85.02%96.86%-
XYZ41.1321.9413.13-
YUV106.52122.07228.2-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 65%
GREEN value IS 37 (14.84% from 255) = 9.74%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=65%
G=9.74%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247379600.850.610.03343.1492.9255.69
HexF725600553D31575d38
Octal36745140012575352713570
Binary11110111100101110000001010101111101111010101111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F72560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F72560; }

 p { color: rgb(247,37,96); }

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

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

 a { background-color: rgb(247,37,96); }

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

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

 span { border-color: rgb(247,37,96); }

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