#F04A4B

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

Shades of Radical Red #F04A4B

Tints of Radical Red #F04A4B

Color information

#F04A4B (or 0xF04A4B) is unknown color: approx Radical Red. HEX triplet: F0, 4A and 4B. RGB value is (240,74,75). Sum of RGB (Red+Green+Blue) = 240+74+75=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A4B is #0FB5B4. Grayscale: #7B7B7B. Windows color (decimal): -1029557 or 4934384. OLE color: 4934384.

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

Color convert

RGB2407475-
CMYK00.690.690.06
HSL359.64º84.69%61.57%-
HSV(B)359.64º69.17%94.12%-
XYZ39.6523.939.19-
YUV123.75100.5210.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.70%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 75 (29.69% from 255) = 19.28%
R=61.70%
G=19.02%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240747500.690.690.06359.6484.6961.57
HexF04A4B045456168553e
Octal3601121130105105655012576
Binary11110000100101010010110100010110001011101011010001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A4B; }

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

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

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

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

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

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

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

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