#F54247

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

Shades of Radical Red #F54247

Tints of Radical Red #F54247

Color information

#F54247 (or 0xF54247) is unknown color: approx Radical Red. HEX triplet: F5, 42 and 47. RGB value is (245,66,71). Sum of RGB (Red+Green+Blue) = 245+66+71=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F54247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54247 is #0ABDB8. Grayscale: #787878. Windows color (decimal): -703929 or 4670197. OLE color: 4670197.

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

Color convert

RGB2456671-
CMYK00.730.710.04
HSL358.32º89.95%60.98%-
HSV(B)358.32º73.06%96.08%-
XYZ40.7423.768.4-
YUV120.09100.3217.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 64.14%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 71 (28.12% from 255) = 18.59%
R=64.14%
G=17.28%
B=18.59%

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
Decimal245667100.730.710.04358.3289.9560.98
HexF542470494741665a3d
Octal3651021070111107454613275
Binary11110101100001010001110100100110001111001011001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54247; }

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

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

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

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

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

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

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

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