Html Css Color HEX #F1262B Alizarin

📋 copy color: '#F1262B'

red 241 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #F1262B

Tints of Alizarin #F1262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 74.84%
G = 11.8%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1262B (or 0xF1262B) is known color: Alizarin. HEX triplet: F1, 26 and 2B. RGB value is (241,38,43). Sum of RGB (Red+Green+Blue) = 241+38+43=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F1262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1262B is #0ED9D4. Grayscale: #636363. Windows color (decimal): -973269 or 2828017. OLE color: 2828017.

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

Color convert

RGB 241 38 43 -
CMYK 0 0.84 0.82 0.05
HSL 358.52º 0.88% 0.55% -
HSV(B) 358.52º 0.84% 0.95% -
XYZ 37.4 20.26 4.22 -
YUV 99.27 96.25 229.09 -
System Red Green Blue C M Y K H S L
Decimal 241 38 43 0 0.84 0.82 0.05 358.52 0.88 0.55
Hex F1 26 2B 0 54 52 5 167 58 37
Octal 361 46 53 0 124 122 5 547 130 67
Binary 11110001 100110 101011 0 1010100 1010010 101 101100111 1011000 110111

Color Harmonies of #F1262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1262B

Black with #F1262B

Text Example


Text Example

White with #F1262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1262B; }

 p { color: rgb(241,38,43); }

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

background-color css

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

 a { background-color: rgb(241,38,43); }

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

border-color css

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

 span { border-color: rgb(241,38,43); }

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