Html Css Color HEX #F1232F Alizarin

📋 copy color: '#F1232F'

red 241 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #F1232F

Tints of Alizarin #F1232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

 BLUE value IS 47 (18.75% from 255) = 14.55%

R = 74.61%
G = 10.84%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1232F (or 0xF1232F) is known color: Alizarin. HEX triplet: F1, 23 and 2F. RGB value is (241,35,47). Sum of RGB (Red+Green+Blue) = 241+35+47=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1232F is #0EDCD0. Grayscale: #626262. Windows color (decimal): -974033 or 3089393. OLE color: 3089393.

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

Color convert

RGB 241 35 47 -
CMYK 0 0.85 0.80 0.05
HSL 356.5º 0.88% 0.54% -
HSV(B) 356.5º 0.85% 0.95% -
XYZ 37.39 20.11 4.6 -
YUV 97.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 241 35 47 0 0.85 0.80 0.05 356.5 0.88 0.54
Hex F1 23 2F 0 55 50 5 165 58 36
Octal 361 43 57 0 125 120 5 545 130 66
Binary 11110001 100011 101111 0 1010101 1010000 101 101100101 1011000 110110

Color Harmonies of #F1232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1232F

Black with #F1232F

Text Example


Text Example

White with #F1232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1232F; }

 p { color: rgb(241,35,47); }

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

background-color css

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

 a { background-color: rgb(241,35,47); }

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

border-color css

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

 span { border-color: rgb(241,35,47); }

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