Html Css Color HEX #F1243D Alizarin

📋 copy color: '#F1243D'

red 241 ◦ green 36 ◦ blue 61

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

Shades of Alizarin #F1243D

Tints of Alizarin #F1243D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.65%

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

R = 71.3%
G = 10.65%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1243D (or 0xF1243D) is known color: Alizarin. HEX triplet: F1, 24 and 3D. RGB value is (241,36,61). Sum of RGB (Red+Green+Blue) = 241+36+61=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1243D is #0EDBC2. Grayscale: #646464. Windows color (decimal): -973763 or 4007153. OLE color: 4007153.

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

Color convert

RGB 241 36 61 -
CMYK 0 0.85 0.75 0.05
HSL 352.68º 0.88% 0.54% -
HSV(B) 352.68º 0.85% 0.95% -
XYZ 37.75 20.3 6.34 -
YUV 100.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 241 36 61 0 0.85 0.75 0.05 352.68 0.88 0.54
Hex F1 24 3D 0 55 4B 5 161 58 36
Octal 361 44 75 0 125 113 5 541 130 66
Binary 11110001 100100 111101 0 1010101 1001011 101 101100001 1011000 110110

Color Harmonies of #F1243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1243D

Black with #F1243D

Text Example


Text Example

White with #F1243D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1243D; }

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

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

background-color css

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

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

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

border-color css

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

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

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