#F02E3D

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

Shades of Alizarin #F02E3D

Tints of Alizarin #F02E3D

Color information

#F02E3D (or 0xF02E3D) is unknown color: approx Alizarin. HEX triplet: F0, 2E and 3D. RGB value is (240,46,61). Sum of RGB (Red+Green+Blue) = 240+46+61=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02E3D is #0FD1C2. Grayscale: #696969. Windows color (decimal): -1036739 or 4009712. OLE color: 4009712.

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

Color convert

RGB2404661-
CMYK00.810.750.06
HSL355.36º86.61%56.08%-
HSV(B)355.36º80.83%94.12%-
XYZ37.7520.826.44-
YUV105.72102.77223.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 69.16%
GREEN value IS 46 (18.36% from 255) = 13.26%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=69.16%
G=13.26%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240466100.810.750.06355.3686.6156.08
HexF02E3D0514B61635738
Octal36056750121113654312770
Binary111100001011101111010101000110010111101011000111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02E3D; }

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

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

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

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

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

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

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

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