#F73F54

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

Shades of Radical Red #F73F54

Tints of Radical Red #F73F54

Color information

#F73F54 (or 0xF73F54) is unknown color: approx Radical Red. HEX triplet: F7, 3F and 54. RGB value is (247,63,84). Sum of RGB (Red+Green+Blue) = 247+63+84=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73F54 is #08C0AB. Grayscale: #787878. Windows color (decimal): -573612 or 5521399. OLE color: 5521399.

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

Color convert

RGB2476384-
CMYK00.740.660.03
HSL353.15º92%60.78%-
HSV(B)353.15º74.49%96.86%-
XYZ41.7423.9710.81-
YUV120.41107.46218.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 62.69%
GREEN value IS 63 (25% from 255) = 15.99%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=62.69%
G=15.99%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247638400.740.660.03353.159260.78
HexF73F5404A4231615c3d
Octal367771240112102354113475
Binary111101111111111010100010010101000010111011000011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73F54; }

 p { color: rgb(247,63,84); }

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

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

 a { background-color: rgb(247,63,84); }

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

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

 span { border-color: rgb(247,63,84); }

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