Html Css Color HEX #F1393F Alizarin

📋 copy color: '#F1393F'

red 241 ◦ green 57 ◦ blue 63

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

Shades of Alizarin #F1393F

Tints of Alizarin #F1393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.79%

 BLUE value IS 63 (25% from 255) = 17.45%

R = 66.76%
G = 15.79%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1393F (or 0xF1393F) is known color: Alizarin. HEX triplet: F1, 39 and 3F. RGB value is (241,57,63). Sum of RGB (Red+Green+Blue) = 241+57+63=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F1393F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1393F is #0EC6C0. Grayscale: #707070. Windows color (decimal): -968385 or 4143601. OLE color: 4143601.

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

Color convert

RGB 241 57 63 -
CMYK 0 0.76 0.74 0.05
HSL 358.04º 0.87% 0.58% -
HSV(B) 358.04º 0.76% 0.95% -
XYZ 38.64 21.99 6.91 -
YUV 112.7 99.96 219.51 -
System Red Green Blue C M Y K H S L
Decimal 241 57 63 0 0.76 0.74 0.05 358.04 0.87 0.58
Hex F1 39 3F 0 4C 4A 5 166 57 3A
Octal 361 71 77 0 114 112 5 546 127 72
Binary 11110001 111001 111111 0 1001100 1001010 101 101100110 1010111 111010

Color Harmonies of #F1393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1393F

Black with #F1393F

Text Example


Text Example

White with #F1393F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1393F; }

 p { color: rgb(241,57,63); }

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

background-color css

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

 a { background-color: rgb(241,57,63); }

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

border-color css

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

 span { border-color: rgb(241,57,63); }

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