#F04161

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

Shades of Radical Red #F04161

Tints of Radical Red #F04161

Color information

#F04161 (or 0xF04161) is unknown color: approx Radical Red. HEX triplet: F0, 41 and 61. RGB value is (240,65,97). Sum of RGB (Red+Green+Blue) = 240+65+97=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F04161 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04161 is #0FBE9E. Grayscale: #797979. Windows color (decimal): -1031839 or 6373872. OLE color: 6373872.

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

Color convert

RGB2406597-
CMYK00.730.600.06
HSL349.03º85.37%59.8%-
HSV(B)349.03º72.92%94.12%-
XYZ39.9823.1713.67-
YUV120.97114.48212.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.70%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 97 (38.28% from 255) = 24.13%
R=59.70%
G=16.17%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240659700.730.600.06349.0385.3759.8
HexF041610493C615d553c
Octal360101141011174653512574
Binary1111000010000011100001010010011111001101010111011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04161; }

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

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

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

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

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

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

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

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