Html Css Color HEX #F13040 Alizarin

📋 copy color: '#F13040'

red 241 ◦ green 48 ◦ blue 64

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

Shades of Alizarin #F13040

Tints of Alizarin #F13040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 68.27%
G = 13.6%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F13040 (or 0xF13040) is known color: Alizarin. HEX triplet: F1, 30 and 40. RGB value is (241,48,64). Sum of RGB (Red+Green+Blue) = 241+48+64=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F13040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13040 is #0ECFBF. Grayscale: #6B6B6B. Windows color (decimal): -970688 or 4206833. OLE color: 4206833.

HSL color Cylindrical-coordinate representation of color #F13040: hue angle of 355.03º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F13040 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 48 64 -
CMYK 0 0.80 0.73 0.05
HSL 355.03º 0.87% 0.57% -
HSV(B) 355.03º 0.8% 0.95% -
XYZ 38.26 21.18 6.92 -
YUV 107.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 241 48 64 0 0.80 0.73 0.05 355.03 0.87 0.57
Hex F1 30 40 0 50 49 5 163 57 39
Octal 361 60 100 0 120 111 5 543 127 71
Binary 11110001 110000 1000000 0 1010000 1001001 101 101100011 1010111 111001

Color Harmonies of #F13040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13040

Black with #F13040

Text Example


Text Example

White with #F13040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13040; }

 p { color: rgb(241,48,64); }

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

background-color css

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

 a { background-color: rgb(241,48,64); }

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

border-color css

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

 span { border-color: rgb(241,48,64); }

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