#F04A54

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

Shades of Radical Red #F04A54

Tints of Radical Red #F04A54

Color information

#F04A54 (or 0xF04A54) is unknown color: approx Radical Red. HEX triplet: F0, 4A and 54. RGB value is (240,74,84). Sum of RGB (Red+Green+Blue) = 240+74+84=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A54 is #0FB5AB. Grayscale: #7C7C7C. Windows color (decimal): -1029548 or 5524208. OLE color: 5524208.

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

Color convert

RGB2407484-
CMYK00.690.650.06
HSL356.39º84.69%61.57%-
HSV(B)356.39º69.17%94.12%-
XYZ39.9824.0610.92-
YUV124.77105210.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.30%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=60.30%
G=18.59%
B=21.11%

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
Decimal240748400.690.650.06356.3984.6961.57
HexF04A54045416164553e
Octal3601121240105101654412576
Binary11110000100101010101000100010110000011101011001001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A54; }

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

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

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

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

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

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

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

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