#F74860

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

Shades of Radical Red #F74860

Tints of Radical Red #F74860

Color information

#F74860 (or 0xF74860) is unknown color: approx Radical Red. HEX triplet: F7, 48 and 60. RGB value is (247,72,96). Sum of RGB (Red+Green+Blue) = 247+72+96=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F74860 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74860 is #08B79F. Grayscale: #7F7F7F. Windows color (decimal): -571296 or 6310135. OLE color: 6310135.

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

Color convert

RGB2477296-
CMYK00.710.610.03
HSL351.77º91.62%62.55%-
HSV(B)351.77º70.85%96.86%-
XYZ42.7925.2513.69-
YUV127.06110.48213.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 59.52%
GREEN value IS 72 (28.52% from 255) = 17.35%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=59.52%
G=17.35%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247729600.710.610.03351.7791.6262.55
HexF748600473D31605c3f
Octal367110140010775354013477
Binary111101111001000110000001000111111101111011000001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74860; }

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

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

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

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

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

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

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

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