#F8273B

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

Shades of Alizarin #F8273B

Tints of Alizarin #F8273B

Color information

#F8273B (or 0xF8273B) is unknown color: approx Alizarin. HEX triplet: F8, 27 and 3B. RGB value is (248,39,59). Sum of RGB (Red+Green+Blue) = 248+39+59=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F8273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8273B is #07D8C4. Grayscale: #676767. Windows color (decimal): -514245 or 3876856. OLE color: 3876856.

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

Color convert

RGB2483959-
CMYK00.840.760.03
HSL354.26º93.72%56.27%-
HSV(B)354.26º84.27%97.25%-
XYZ40.2321.726.21-
YUV103.77102.74230.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.68%
GREEN value IS 39 (15.62% from 255) = 11.27%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=71.68%
G=11.27%
B=17.05%

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
Decimal248395900.840.760.03354.2693.7256.27
HexF8273B0544C31625e38
Octal37047730124114354213670
Binary11111000100111111011010101001001100111011000101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8273B; }

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

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

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

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

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

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

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

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