#F8273A

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

Shades of Alizarin #F8273A

Tints of Alizarin #F8273A

Color information

#F8273A (or 0xF8273A) is unknown color: approx Alizarin. HEX triplet: F8, 27 and 3A. RGB value is (248,39,58). Sum of RGB (Red+Green+Blue) = 248+39+58=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8273A is #07D8C5. Grayscale: #676767. Windows color (decimal): -514246 or 3811320. OLE color: 3811320.

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

Color convert

RGB2483958-
CMYK00.840.770.03
HSL354.55º93.72%56.27%-
HSV(B)354.55º84.27%97.25%-
XYZ40.221.716.08-
YUV103.66102.24230.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.88%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 58 (23.05% from 255) = 16.81%
R=71.88%
G=11.30%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248395800.840.770.03354.5593.7256.27
HexF8273A0544D31635e38
Octal37047720124115354313670
Binary11111000100111111010010101001001101111011000111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8273A; }

 p { color: rgb(248,39,58); }

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

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

 a { background-color: rgb(248,39,58); }

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

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

 span { border-color: rgb(248,39,58); }

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