#F04C54

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

Shades of Radical Red #F04C54

Tints of Radical Red #F04C54

Color information

#F04C54 (or 0xF04C54) is unknown color: approx Radical Red. HEX triplet: F0, 4C and 54. RGB value is (240,76,84). Sum of RGB (Red+Green+Blue) = 240+76+84=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C54 is #0FB3AB. Grayscale: #7E7E7E. Windows color (decimal): -1029036 or 5524720. OLE color: 5524720.

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

Color convert

RGB2407684-
CMYK00.680.650.06
HSL357.07º84.54%61.96%-
HSV(B)357.07º68.33%94.12%-
XYZ40.1224.3310.97-
YUV125.95104.33209.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60%
GREEN value IS 76 (30.08% from 255) = 19%
BLUE value IS 84 (33.20% from 255) = 21%
R=60%
G=19%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240768400.680.650.06357.0784.5461.96
HexF04C54044416165553e
Octal3601141240104101654512576
Binary11110000100110010101000100010010000011101011001011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04C54; }

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

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

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

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

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

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

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

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