#F04164

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

Shades of Radical Red #F04164

Tints of Radical Red #F04164

Color information

#F04164 (or 0xF04164) is unknown color: approx Radical Red. HEX triplet: F0, 41 and 64. RGB value is (240,65,100). Sum of RGB (Red+Green+Blue) = 240+65+100=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F04164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04164 is #0FBE9B. Grayscale: #797979. Windows color (decimal): -1031836 or 6570480. OLE color: 6570480.

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

Color convert

RGB24065100-
CMYK00.730.580.06
HSL348º85.37%59.8%-
HSV(B)348º72.92%94.12%-
XYZ40.1323.2314.42-
YUV121.32115.98212.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.26%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=59.26%
G=16.05%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406510000.730.580.0634885.3759.8
HexF041640493A615c553c
Octal360101144011172653412574
Binary1111000010000011100100010010011110101101010111001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04164; }

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

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

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

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

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

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

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

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