#F5454F

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

Shades of Radical Red #F5454F

Tints of Radical Red #F5454F

Color information

#F5454F (or 0xF5454F) is unknown color: approx Radical Red. HEX triplet: F5, 45 and 4F. RGB value is (245,69,79). Sum of RGB (Red+Green+Blue) = 245+69+79=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5454F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5454F is #0ABAB0. Grayscale: #7A7A7A. Windows color (decimal): -703153 or 5195253. OLE color: 5195253.

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

Color convert

RGB2456979-
CMYK00.720.680.04
HSL356.59º89.8%61.57%-
HSV(B)356.59º71.84%96.08%-
XYZ41.224.239.9-
YUV122.76103.31215.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 62.34%
GREEN value IS 69 (27.34% from 255) = 17.56%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=62.34%
G=17.56%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245697900.720.680.04356.5989.861.57
HexF5454F0484441655a3e
Octal3651051170110104454513276
Binary11110101100010110011110100100010001001001011001011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5454F; }

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

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

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

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

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

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

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

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