Html Css Color HEX #F1263E Alizarin

📋 copy color: '#F1263E'

red 241 ◦ green 38 ◦ blue 62

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

Shades of Alizarin #F1263E

Tints of Alizarin #F1263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 70.67%
G = 11.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1263E (or 0xF1263E) is known color: Alizarin. HEX triplet: F1, 26 and 3E. RGB value is (241,38,62). Sum of RGB (Red+Green+Blue) = 241+38+62=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1263E is #0ED9C1. Grayscale: #656565. Windows color (decimal): -973250 or 4073201. OLE color: 4073201.

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

Color convert

RGB 241 38 62 -
CMYK 0 0.84 0.74 0.05
HSL 352.91º 0.88% 0.55% -
HSV(B) 352.91º 0.84% 0.95% -
XYZ 37.84 20.43 6.51 -
YUV 101.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 241 38 62 0 0.84 0.74 0.05 352.91 0.88 0.55
Hex F1 26 3E 0 54 4A 5 161 58 37
Octal 361 46 76 0 124 112 5 541 130 67
Binary 11110001 100110 111110 0 1010100 1001010 101 101100001 1011000 110111

Color Harmonies of #F1263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1263E

Black with #F1263E

Text Example


Text Example

White with #F1263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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