Html Css Color HEX #F1263B Alizarin

📋 copy color: '#F1263B'

red 241 ◦ green 38 ◦ blue 59

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

Shades of Alizarin #F1263B

Tints of Alizarin #F1263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 71.3%
G = 11.24%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1263B (or 0xF1263B) is known color: Alizarin. HEX triplet: F1, 26 and 3B. RGB value is (241,38,59). Sum of RGB (Red+Green+Blue) = 241+38+59=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1263B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1263B is #0ED9C4. Grayscale: #656565. Windows color (decimal): -973253 or 3876593. OLE color: 3876593.

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

Color convert

RGB 241 38 59 -
CMYK 0 0.84 0.76 0.05
HSL 353.79º 0.88% 0.55% -
HSV(B) 353.79º 0.84% 0.95% -
XYZ 37.76 20.4 6.09 -
YUV 101.09 104.25 227.79 -
System Red Green Blue C M Y K H S L
Decimal 241 38 59 0 0.84 0.76 0.05 353.79 0.88 0.55
Hex F1 26 3B 0 54 4C 5 162 58 37
Octal 361 46 73 0 124 114 5 542 130 67
Binary 11110001 100110 111011 0 1010100 1001100 101 101100010 1011000 110111

Color Harmonies of #F1263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1263B

Black with #F1263B

Text Example


Text Example

White with #F1263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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