#F54248

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

Shades of Radical Red #F54248

Tints of Radical Red #F54248

Color information

#F54248 (or 0xF54248) is unknown color: approx Radical Red. HEX triplet: F5, 42 and 48. RGB value is (245,66,72). Sum of RGB (Red+Green+Blue) = 245+66+72=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F54248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54248 is #0ABDB7. Grayscale: #787878. Windows color (decimal): -703928 or 4735733. OLE color: 4735733.

HSL color Cylindrical-coordinate representation of color #F54248: hue angle of 357.99º 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 #F54248 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB2456672-
CMYK00.730.710.04
HSL357.99º89.95%60.98%-
HSV(B)357.99º73.06%96.08%-
XYZ40.7723.788.57-
YUV120.2100.8217.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.97%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=63.97%
G=17.23%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245667200.730.710.04357.9989.9560.98
HexF542480494741665a3d
Octal3651021100111107454613275
Binary11110101100001010010000100100110001111001011001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54248; }

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

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

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

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

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

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

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

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