Html Css Color HEX #F1363B Alizarin

📋 copy color: '#F1363B'

red 241 ◦ green 54 ◦ blue 59

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

Shades of Alizarin #F1363B

Tints of Alizarin #F1363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.67%

R = 68.08%
G = 15.25%
B = 16.67%

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

#F1363B (or 0xF1363B) is known color: Alizarin. HEX triplet: F1, 36 and 3B. RGB value is (241,54,59). Sum of RGB (Red+Green+Blue) = 241+54+59=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1363B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1363B is #0EC9C4. Grayscale: #6E6E6E. Windows color (decimal): -969157 or 3880689. OLE color: 3880689.

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

Color convert

RGB 241 54 59 -
CMYK 0 0.78 0.76 0.05
HSL 358.4º 0.87% 0.58% -
HSV(B) 358.4º 0.78% 0.95% -
XYZ 38.38 21.65 6.29 -
YUV 110.48 98.95 221.09 -
System Red Green Blue C M Y K H S L
Decimal 241 54 59 0 0.78 0.76 0.05 358.4 0.87 0.58
Hex F1 36 3B 0 4E 4C 5 166 57 3A
Octal 361 66 73 0 116 114 5 546 127 72
Binary 11110001 110110 111011 0 1001110 1001100 101 101100110 1010111 111010

Color Harmonies of #F1363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1363B

Black with #F1363B

Text Example


Text Example

White with #F1363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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