#F04652

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

Shades of Radical Red #F04652

Tints of Radical Red #F04652

Color information

#F04652 (or 0xF04652) is unknown color: approx Radical Red. HEX triplet: F0, 46 and 52. RGB value is (240,70,82). Sum of RGB (Red+Green+Blue) = 240+70+82=392 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.22% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 240 - color contains mainly: red. Hex color #F04652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04652 is #0FB9AD. Grayscale: #7A7A7A. Windows color (decimal): -1030574 or 5392112. OLE color: 5392112.

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

Color convert

RGB2407082-
CMYK00.710.660.06
HSL355.76º85%60.78%-
HSV(B)355.76º70.83%94.12%-
XYZ39.6523.5110.43-
YUV122.2105.32212.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 61.22%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=61.22%
G=17.86%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240708200.710.660.06355.768560.78
HexF04652047426164553d
Octal3601061220107102654412575
Binary11110000100011010100100100011110000101101011001001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04652; }

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

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

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

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

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

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

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

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