#F02E5D

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

Shades of Radical Red #F02E5D

Tints of Radical Red #F02E5D

Color information

#F02E5D (or 0xF02E5D) is unknown color: approx Radical Red. HEX triplet: F0, 2E and 5D. RGB value is (240,46,93). Sum of RGB (Red+Green+Blue) = 240+46+93=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02E5D is #0FD1A2. Grayscale: #6D6D6D. Windows color (decimal): -1036707 or 6106864. OLE color: 6106864.

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

Color convert

RGB2404693-
CMYK00.810.610.06
HSL345.46º86.61%56.08%-
HSV(B)345.46º80.83%94.12%-
XYZ38.8921.2712.41-
YUV109.36118.77221.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.32%
GREEN value IS 46 (18.36% from 255) = 12.14%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=63.32%
G=12.14%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240469300.810.610.06345.4686.6156.08
HexF02E5D0513D61595738
Octal36056135012175653112770
Binary111100001011101011101010100011111011101010110011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02E5D; }

 p { color: rgb(240,46,93); }

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

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

 a { background-color: rgb(240,46,93); }

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

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

 span { border-color: rgb(240,46,93); }

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