#F1273D

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

Shades of Alizarin #F1273D

Tints of Alizarin #F1273D

Color information

#F1273D (or 0xF1273D) is unknown color: approx Alizarin. HEX triplet: F1, 27 and 3D. RGB value is (241,39,61). Sum of RGB (Red+Green+Blue) = 241+39+61=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1273D is #0ED8C2. Grayscale: #666666. Windows color (decimal): -972995 or 4007921. OLE color: 4007921.

HSL color Cylindrical-coordinate representation of color #F1273D: hue angle of 353.47º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1273D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB2413961-
CMYK00.840.750.05
HSL353.47º87.83%54.9%-
HSV(B)353.47º83.82%94.51%-
XYZ37.8420.496.38-
YUV101.91104.92227.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 70.67%
GREEN value IS 39 (15.62% from 255) = 11.44%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=70.67%
G=11.44%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241396100.840.750.05353.4787.8354.9
HexF1273D0544B51615837
Octal36147750124113554113067
Binary111100011001111111010101010010010111011011000011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1273D; }

 p { color: rgb(241,39,61); }

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

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

 a { background-color: rgb(241,39,61); }

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

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

 span { border-color: rgb(241,39,61); }

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