Html Css Color HEX #F1343D Alizarin

📋 copy color: '#F1343D'

red 241 ◦ green 52 ◦ blue 61

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

Shades of Alizarin #F1343D

Tints of Alizarin #F1343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 68.08%
G = 14.69%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1343D (or 0xF1343D) is known color: Alizarin. HEX triplet: F1, 34 and 3D. RGB value is (241,52,61). Sum of RGB (Red+Green+Blue) = 241+52+61=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1343D is #0ECBC2. Grayscale: #6D6D6D. Windows color (decimal): -969667 or 4011249. OLE color: 4011249.

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

Color convert

RGB 241 52 61 -
CMYK 0 0.78 0.75 0.05
HSL 357.14º 0.87% 0.57% -
HSV(B) 357.14º 0.78% 0.95% -
XYZ 38.35 21.49 6.54 -
YUV 109.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 241 52 61 0 0.78 0.75 0.05 357.14 0.87 0.57
Hex F1 34 3D 0 4E 4B 5 165 57 39
Octal 361 64 75 0 116 113 5 545 127 71
Binary 11110001 110100 111101 0 1001110 1001011 101 101100101 1010111 111001

Color Harmonies of #F1343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1343D

Black with #F1343D

Text Example


Text Example

White with #F1343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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