Html Css Color HEX #F5273F Alizarin

📋 copy color: '#F5273F'

red 245 ◦ green 39 ◦ blue 63

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

Shades of Alizarin #F5273F

Tints of Alizarin #F5273F

RGB

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

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

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

R = 70.61%
G = 11.24%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5273F (or 0xF5273F) is known color: Alizarin. HEX triplet: F5, 27 and 3F. RGB value is (245,39,63). Sum of RGB (Red+Green+Blue) = 245+39+63=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F5273F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5273F is #0AD8C0. Grayscale: #676767. Windows color (decimal): -710849 or 4138997. OLE color: 4138997.

HSL color Cylindrical-coordinate representation of color #F5273F: hue angle of 353.01º 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 #F5273F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 39 63 -
CMYK 0 0.84 0.74 0.04
HSL 353.01º 0.91% 0.56% -
HSV(B) 353.01º 0.84% 0.96% -
XYZ 39.28 21.22 6.73 -
YUV 103.33 105.25 229.05 -
System Red Green Blue C M Y K H S L
Decimal 245 39 63 0 0.84 0.74 0.04 353.01 0.91 0.56
Hex F5 27 3F 0 54 4A 4 161 5B 38
Octal 365 47 77 0 124 112 4 541 133 70
Binary 11110101 100111 111111 0 1010100 1001010 100 101100001 1011011 111000

Color Harmonies of #F5273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5273F

Black with #F5273F

Text Example


Text Example

White with #F5273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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