#F5454A

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

Shades of Radical Red #F5454A

Tints of Radical Red #F5454A

Color information

#F5454A (or 0xF5454A) is unknown color: approx Radical Red. HEX triplet: F5, 45 and 4A. RGB value is (245,69,74). Sum of RGB (Red+Green+Blue) = 245+69+74=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5454A is #0ABAB5. Grayscale: #7A7A7A. Windows color (decimal): -703158 or 4867573. OLE color: 4867573.

HSL color Cylindrical-coordinate representation of color #F5454A: hue angle of 358.3º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5454A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB2456974-
CMYK00.720.700.04
HSL358.3º89.8%61.57%-
HSV(B)358.3º71.84%96.08%-
XYZ41.0224.168.98-
YUV122.19100.81215.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 63.14%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 74 (29.30% from 255) = 19.07%
R=63.14%
G=17.78%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245697400.720.700.04358.389.861.57
HexF5454A0484641665a3e
Octal3651051120110106454613276
Binary11110101100010110010100100100010001101001011001101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5454A; }

 p { color: rgb(245,69,74); }

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

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

 a { background-color: rgb(245,69,74); }

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

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

 span { border-color: rgb(245,69,74); }

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