#F7273E

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

Shades of Alizarin #F7273E

Tints of Alizarin #F7273E

Color information

#F7273E (or 0xF7273E) is unknown color: approx Alizarin. HEX triplet: F7, 27 and 3E. RGB value is (247,39,62). Sum of RGB (Red+Green+Blue) = 247+39+62=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F7273E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7273E is #08D8C1. Grayscale: #676767. Windows color (decimal): -579778 or 4073463. OLE color: 4073463.

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

Color convert

RGB2473962-
CMYK00.840.750.03
HSL353.37º92.86%56.08%-
HSV(B)353.37º84.21%96.86%-
XYZ39.9521.576.62-
YUV103.81104.41230.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.98%
GREEN value IS 39 (15.62% from 255) = 11.21%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=70.98%
G=11.21%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247396200.840.750.03353.3792.8656.08
HexF7273E0544B31615d38
Octal36747760124113354113570
Binary11110111100111111110010101001001011111011000011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7273E; }

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

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

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

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

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

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

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

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