#F74B52

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

Shades of Radical Red #F74B52

Tints of Radical Red #F74B52

Color information

#F74B52 (or 0xF74B52) is unknown color: approx Radical Red. HEX triplet: F7, 4B and 52. RGB value is (247,75,82). Sum of RGB (Red+Green+Blue) = 247+75+82=404 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.14% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74B52 is #08B4AD. Grayscale: #7F7F7F. Windows color (decimal): -570542 or 5393399. OLE color: 5393399.

HSL color Cylindrical-coordinate representation of color #F74B52: hue angle of 357.56º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74B52 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB2477582-
CMYK00.700.670.03
HSL357.56º91.49%63.14%-
HSV(B)357.56º69.64%96.86%-
XYZ42.425.4210.65-
YUV127.23102.48213.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 61.14%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 82 (32.42% from 255) = 20.30%
R=61.14%
G=18.56%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247758200.700.670.03357.5691.4963.14
HexF74B520464331665b3f
Octal3671131220106103354613377
Binary1111011110010111010010010001101000011111011001101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74B52; }

 p { color: rgb(247,75,82); }

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

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

 a { background-color: rgb(247,75,82); }

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

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

 span { border-color: rgb(247,75,82); }

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