#F04A5B

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

Shades of Radical Red #F04A5B

Tints of Radical Red #F04A5B

Color information

#F04A5B (or 0xF04A5B) is unknown color: approx Radical Red. HEX triplet: F0, 4A and 5B. RGB value is (240,74,91). Sum of RGB (Red+Green+Blue) = 240+74+91=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A5B is #0FB5A4. Grayscale: #7D7D7D. Windows color (decimal): -1029541 or 5982960. OLE color: 5982960.

HSL color Cylindrical-coordinate representation of color #F04A5B: hue angle of 353.86º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04A5B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB2407491-
CMYK00.690.620.06
HSL353.86º84.69%61.57%-
HSV(B)353.86º69.17%94.12%-
XYZ40.2724.1812.44-
YUV125.57108.5209.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 91 (35.94% from 255) = 22.47%
R=59.26%
G=18.27%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240749100.690.620.06353.8684.6961.57
HexF04A5B0453E6162553e
Octal360112133010576654212576
Binary1111000010010101011011010001011111101101011000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A5B; }

 p { color: rgb(240,74,91); }

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

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

 a { background-color: rgb(240,74,91); }

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

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

 span { border-color: rgb(240,74,91); }

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