Html Css Color HEX #F53041 Alizarin

📋 copy color: '#F53041'

red 245 ◦ green 48 ◦ blue 65

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

Shades of Alizarin #F53041

Tints of Alizarin #F53041

RGB

 RED value IS 245 (96.09% from 255) = 68.44%

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 68.44%
G = 13.41%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F53041 (or 0xF53041) is known color: Alizarin. HEX triplet: F5, 30 and 41. RGB value is (245,48,65). Sum of RGB (Red+Green+Blue) = 245+48+65=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F53041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53041 is #0ACFBE. Grayscale: #6C6C6C. Windows color (decimal): -708543 or 4272373. OLE color: 4272373.

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

Color convert

RGB 245 48 65 -
CMYK 0 0.80 0.73 0.04
HSL 354.82º 0.91% 0.57% -
HSV(B) 354.82º 0.8% 0.96% -
XYZ 39.67 21.91 7.14 -
YUV 108.84 103.27 225.12 -
System Red Green Blue C M Y K H S L
Decimal 245 48 65 0 0.80 0.73 0.04 354.82 0.91 0.57
Hex F5 30 41 0 50 49 4 163 5B 39
Octal 365 60 101 0 120 111 4 543 133 71
Binary 11110101 110000 1000001 0 1010000 1001001 100 101100011 1011011 111001

Color Harmonies of #F53041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53041

Black with #F53041

Text Example


Text Example

White with #F53041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53041; }

 p { color: rgb(245,48,65); }

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

background-color css

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

 a { background-color: rgb(245,48,65); }

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

border-color css

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

 span { border-color: rgb(245,48,65); }

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