#F04756

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

Shades of Radical Red #F04756

Tints of Radical Red #F04756

Color information

#F04756 (or 0xF04756) is unknown color: approx Radical Red. HEX triplet: F0, 47 and 56. RGB value is (240,71,86). Sum of RGB (Red+Green+Blue) = 240+71+86=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F04756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04756 is #0FB8A9. Grayscale: #7B7B7B. Windows color (decimal): -1030314 or 5654512. OLE color: 5654512.

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

Color convert

RGB2407186-
CMYK00.700.640.06
HSL354.67º84.92%60.98%-
HSV(B)354.67º70.42%94.12%-
XYZ39.8723.711.28-
YUV123.24106.99211.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.45%
GREEN value IS 71 (28.12% from 255) = 17.88%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=60.45%
G=17.88%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240718600.700.640.06354.6784.9260.98
HexF04756046406163553d
Octal3601071260106100654312575
Binary11110000100011110101100100011010000001101011000111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04756; }

 p { color: rgb(240,71,86); }

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

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

 a { background-color: rgb(240,71,86); }

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

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

 span { border-color: rgb(240,71,86); }

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