#F7273B

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

Shades of Alizarin #F7273B

Tints of Alizarin #F7273B

Color information

#F7273B (or 0xF7273B) is unknown color: approx Alizarin. HEX triplet: F7, 27 and 3B. RGB value is (247,39,59). Sum of RGB (Red+Green+Blue) = 247+39+59=345 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.59% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 247 - color contains mainly: red. Hex color #F7273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7273B is #08D8C4. Grayscale: #676767. Windows color (decimal): -579781 or 3876855. OLE color: 3876855.

HSL color Cylindrical-coordinate representation of color #F7273B: hue angle of 354.23º 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 #F7273B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB2473959-
CMYK00.840.760.03
HSL354.23º92.86%56.08%-
HSV(B)354.23º84.21%96.86%-
XYZ39.8721.546.19-
YUV103.47102.91230.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 71.59%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=71.59%
G=11.30%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247395900.840.760.03354.2392.8656.08
HexF7273B0544C31625d38
Octal36747730124114354213570
Binary11110111100111111011010101001001100111011000101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7273B; }

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

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

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

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

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

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

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

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