#F7293E

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

Shades of Alizarin #F7293E

Tints of Alizarin #F7293E

Color information

#F7293E (or 0xF7293E) is unknown color: approx Alizarin. HEX triplet: F7, 29 and 3E. RGB value is (247,41,62). Sum of RGB (Red+Green+Blue) = 247+41+62=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F7293E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7293E is #08D6C1. Grayscale: #696969. Windows color (decimal): -579266 or 4073975. OLE color: 4073975.

HSL color Cylindrical-coordinate representation of color #F7293E: hue angle of 353.88º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F7293E is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB2474162-
CMYK00.830.750.03
HSL353.88º92.79%56.47%-
HSV(B)353.88º83.4%96.86%-
XYZ40.0221.716.64-
YUV104.99103.75229.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.57%
GREEN value IS 41 (16.41% from 255) = 11.71%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=70.57%
G=11.71%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247416200.830.750.03353.8892.7956.47
HexF7293E0534B31625d38
Octal36751760123113354213570
Binary11110111101001111110010100111001011111011000101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7293E; }

 p { color: rgb(247,41,62); }

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

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

 a { background-color: rgb(247,41,62); }

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

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

 span { border-color: rgb(247,41,62); }

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