#F04A61

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

Shades of Radical Red #F04A61

Tints of Radical Red #F04A61

Color information

#F04A61 (or 0xF04A61) is unknown color: approx Radical Red. HEX triplet: F0, 4A and 61. RGB value is (240,74,97). Sum of RGB (Red+Green+Blue) = 240+74+97=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A61 is #0FB59E. Grayscale: #7E7E7E. Windows color (decimal): -1029535 or 6376176. OLE color: 6376176.

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

Color convert

RGB2407497-
CMYK00.690.600.06
HSL351.69º84.69%61.57%-
HSV(B)351.69º69.17%94.12%-
XYZ40.5424.2913.86-
YUV126.26111.5209.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.39%
GREEN value IS 74 (29.30% from 255) = 18.00%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=58.39%
G=18.00%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240749700.690.600.06351.6984.6961.57
HexF04A610453C6160553e
Octal360112141010574654012576
Binary1111000010010101100001010001011111001101011000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A61; }

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

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

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

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

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

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

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

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