#F02E62

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

Shades of Radical Red #F02E62

Tints of Radical Red #F02E62

Color information

#F02E62 (or 0xF02E62) is unknown color: approx Radical Red. HEX triplet: F0, 2E and 62. RGB value is (240,46,98). Sum of RGB (Red+Green+Blue) = 240+46+98=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02E62 is #0FD19D. Grayscale: #6D6D6D. Windows color (decimal): -1036702 or 6434544. OLE color: 6434544.

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

Color convert

RGB2404698-
CMYK00.810.590.06
HSL343.92º86.61%56.08%-
HSV(B)343.92º80.83%94.12%-
XYZ39.1221.3613.62-
YUV109.93121.27220.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.5%
GREEN value IS 46 (18.36% from 255) = 11.98%
BLUE value IS 98 (38.67% from 255) = 25.52%
R=62.5%
G=11.98%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240469800.810.590.06343.9286.6156.08
HexF02E620513B61585738
Octal36056142012173653012770
Binary111100001011101100010010100011110111101010110001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02E62; }

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

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

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

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

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

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

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

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