Html Css Color HEX #F5273B Alizarin

📋 copy color: '#F5273B'

red 245 ◦ green 39 ◦ blue 59

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

Shades of Alizarin #F5273B

Tints of Alizarin #F5273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 71.43%
G = 11.37%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5273B (or 0xF5273B) is known color: Alizarin. HEX triplet: F5, 27 and 3B. RGB value is (245,39,59). Sum of RGB (Red+Green+Blue) = 245+39+59=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F5273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5273B is #0AD8C4. Grayscale: #666666. Windows color (decimal): -710853 or 3876853. OLE color: 3876853.

HSL color Cylindrical-coordinate representation of color #F5273B: hue angle of 354.17º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5273B is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 39 59 -
CMYK 0 0.84 0.76 0.04
HSL 354.17º 0.91% 0.56% -
HSV(B) 354.17º 0.84% 0.96% -
XYZ 39.17 21.18 6.16 -
YUV 102.87 103.25 229.37 -
System Red Green Blue C M Y K H S L
Decimal 245 39 59 0 0.84 0.76 0.04 354.17 0.91 0.56
Hex F5 27 3B 0 54 4C 4 162 5B 38
Octal 365 47 73 0 124 114 4 542 133 70
Binary 11110101 100111 111011 0 1010100 1001100 100 101100010 1011011 111000

Color Harmonies of #F5273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5273B

Black with #F5273B

Text Example


Text Example

White with #F5273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5273B; }

 p { color: rgb(245,39,59); }

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

background-color css

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

 a { background-color: rgb(245,39,59); }

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

border-color css

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

 span { border-color: rgb(245,39,59); }

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