#F04A55

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

Shades of Radical Red #F04A55

Tints of Radical Red #F04A55

Color information

#F04A55 (or 0xF04A55) is unknown color: approx Radical Red. HEX triplet: F0, 4A and 55. RGB value is (240,74,85). Sum of RGB (Red+Green+Blue) = 240+74+85=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A55 is #0FB5AA. Grayscale: #7D7D7D. Windows color (decimal): -1029547 or 5589744. OLE color: 5589744.

HSL color Cylindrical-coordinate representation of color #F04A55: hue angle of 356.02º 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 #F04A55 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB2407485-
CMYK00.690.650.06
HSL356.02º84.69%61.57%-
HSV(B)356.02º69.17%94.12%-
XYZ40.0224.0811.13-
YUV124.89105.5210.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.15%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=60.15%
G=18.55%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240748500.690.650.06356.0284.6961.57
HexF04A55045416164553e
Octal3601121250105101654412576
Binary11110000100101010101010100010110000011101011001001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A55; }

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

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

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

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

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

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

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

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