Html Css Color HEX #F1363A Alizarin

📋 copy color: '#F1363A'

red 241 ◦ green 54 ◦ blue 58

#F1363A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #F1363A

Tints of Alizarin #F1363A

RGB

 RED value IS 241 (94.53% from 255) = 68.27%

 GREEN value IS 54 (21.48% from 255) = 15.3%

 BLUE value IS 58 (23.05% from 255) = 16.43%

R = 68.27%
G = 15.3%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1363A (or 0xF1363A) is known color: Alizarin. HEX triplet: F1, 36 and 3A. RGB value is (241,54,58). Sum of RGB (Red+Green+Blue) = 241+54+58=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F1363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1363A is #0EC9C5. Grayscale: #6E6E6E. Windows color (decimal): -969158 or 3815153. OLE color: 3815153.

HSL color Cylindrical-coordinate representation of color #F1363A: hue angle of 358.72º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1363A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 54 58 -
CMYK 0 0.78 0.76 0.05
HSL 358.72º 0.87% 0.58% -
HSV(B) 358.72º 0.78% 0.95% -
XYZ 38.36 21.64 6.16 -
YUV 110.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 241 54 58 0 0.78 0.76 0.05 358.72 0.87 0.58
Hex F1 36 3A 0 4E 4C 5 167 57 3A
Octal 361 66 72 0 116 114 5 547 127 72
Binary 11110001 110110 111010 0 1001110 1001100 101 101100111 1010111 111010

Color Harmonies of #F1363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1363A

Black with #F1363A

Text Example


Text Example

White with #F1363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1363A; }

 p { color: rgb(241,54,58); }

 H1.HeaderClassName
 {
   color: #F1363A;
 }
 .AnyTagClassName
 {
   color: #F1363A;
 }
</style>

background-color css

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

 a { background-color: rgb(241,54,58); }

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

border-color css

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

 span { border-color: rgb(241,54,58); }

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