#F04752

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

Shades of Radical Red #F04752

Tints of Radical Red #F04752

Color information

#F04752 (or 0xF04752) is unknown color: approx Radical Red. HEX triplet: F0, 47 and 52. RGB value is (240,71,82). Sum of RGB (Red+Green+Blue) = 240+71+82=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F04752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04752 is #0FB8AD. Grayscale: #7A7A7A. Windows color (decimal): -1030318 or 5392368. OLE color: 5392368.

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

Color convert

RGB2407182-
CMYK00.700.660.06
HSL356.09º84.92%60.98%-
HSV(B)356.09º70.42%94.12%-
XYZ39.7123.6410.45-
YUV122.78104.99211.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.07%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 82 (32.42% from 255) = 20.87%
R=61.07%
G=18.07%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240718200.700.660.06356.0984.9260.98
HexF04752046426164553d
Octal3601071220106102654412575
Binary11110000100011110100100100011010000101101011001001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04752; }

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

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

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

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

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

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

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

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