Html Css Color HEX #F1253F Alizarin

📋 copy color: '#F1253F'

red 241 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #F1253F

Tints of Alizarin #F1253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

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

R = 70.67%
G = 10.85%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1253F (or 0xF1253F) is known color: Alizarin. HEX triplet: F1, 25 and 3F. RGB value is (241,37,63). Sum of RGB (Red+Green+Blue) = 241+37+63=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1253F is #0EDAC0. Grayscale: #656565. Windows color (decimal): -973505 or 4138481. OLE color: 4138481.

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

Color convert

RGB 241 37 63 -
CMYK 0 0.85 0.74 0.05
HSL 352.35º 0.88% 0.55% -
HSV(B) 352.35º 0.85% 0.95% -
XYZ 37.83 20.38 6.64 -
YUV 100.96 106.59 227.89 -
System Red Green Blue C M Y K H S L
Decimal 241 37 63 0 0.85 0.74 0.05 352.35 0.88 0.55
Hex F1 25 3F 0 55 4A 5 160 58 37
Octal 361 45 77 0 125 112 5 540 130 67
Binary 11110001 100101 111111 0 1010101 1001010 101 101100000 1011000 110111

Color Harmonies of #F1253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1253F

Black with #F1253F

Text Example


Text Example

White with #F1253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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