Html Css Color HEX #F1282F Alizarin

📋 copy color: '#F1282F'

red 241 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #F1282F

Tints of Alizarin #F1282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.33%

R = 73.48%
G = 12.2%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1282F (or 0xF1282F) is known color: Alizarin. HEX triplet: F1, 28 and 2F. RGB value is (241,40,47). Sum of RGB (Red+Green+Blue) = 241+40+47=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F1282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1282F is #0ED7D0. Grayscale: #656565. Windows color (decimal): -972753 or 3090673. OLE color: 3090673.

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

Color convert

RGB 241 40 47 -
CMYK 0 0.83 0.80 0.05
HSL 357.91º 0.88% 0.55% -
HSV(B) 357.91º 0.83% 0.95% -
XYZ 37.55 20.42 4.65 -
YUV 100.9 97.59 227.93 -
System Red Green Blue C M Y K H S L
Decimal 241 40 47 0 0.83 0.80 0.05 357.91 0.88 0.55
Hex F1 28 2F 0 53 50 5 166 58 37
Octal 361 50 57 0 123 120 5 546 130 67
Binary 11110001 101000 101111 0 1010011 1010000 101 101100110 1011000 110111

Color Harmonies of #F1282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1282F

Black with #F1282F

Text Example


Text Example

White with #F1282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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