Html Css Color HEX #F1263F Alizarin

📋 copy color: '#F1263F'

red 241 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #F1263F

Tints of Alizarin #F1263F

RGB

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

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

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

R = 70.47%
G = 11.11%
B = 18.42%

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

#F1263F (or 0xF1263F) is known color: Alizarin. HEX triplet: F1, 26 and 3F. RGB value is (241,38,63). Sum of RGB (Red+Green+Blue) = 241+38+63=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1263F is #0ED9C0. Grayscale: #656565. Windows color (decimal): -973249 or 4138737. OLE color: 4138737.

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

Color convert

RGB 241 38 63 -
CMYK 0 0.84 0.74 0.05
HSL 352.61º 0.88% 0.55% -
HSV(B) 352.61º 0.84% 0.95% -
XYZ 37.87 20.45 6.65 -
YUV 101.55 106.25 227.47 -
System Red Green Blue C M Y K H S L
Decimal 241 38 63 0 0.84 0.74 0.05 352.61 0.88 0.55
Hex F1 26 3F 0 54 4A 5 161 58 37
Octal 361 46 77 0 124 112 5 541 130 67
Binary 11110001 100110 111111 0 1010100 1001010 101 101100001 1011000 110111

Color Harmonies of #F1263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1263F

Black with #F1263F

Text Example


Text Example

White with #F1263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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