Html Css Color HEX #F1283F Alizarin

📋 copy color: '#F1283F'

red 241 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #F1283F

Tints of Alizarin #F1283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 70.06%
G = 11.63%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1283F (or 0xF1283F) is known color: Alizarin. HEX triplet: F1, 28 and 3F. RGB value is (241,40,63). Sum of RGB (Red+Green+Blue) = 241+40+63=344 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.06% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 241 - color contains mainly: red. Hex color #F1283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1283F is #0ED7C0. Grayscale: #666666. Windows color (decimal): -972737 or 4139249. OLE color: 4139249.

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

Color convert

RGB 241 40 63 -
CMYK 0 0.83 0.74 0.05
HSL 353.13º 0.88% 0.55% -
HSV(B) 353.13º 0.83% 0.95% -
XYZ 37.93 20.58 6.68 -
YUV 102.72 105.59 226.63 -
System Red Green Blue C M Y K H S L
Decimal 241 40 63 0 0.83 0.74 0.05 353.13 0.88 0.55
Hex F1 28 3F 0 53 4A 5 161 58 37
Octal 361 50 77 0 123 112 5 541 130 67
Binary 11110001 101000 111111 0 1010011 1001010 101 101100001 1011000 110111

Color Harmonies of #F1283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1283F

Black with #F1283F

Text Example


Text Example

White with #F1283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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