Html Css Color HEX #F83548 Amaranth

📋 copy color: '#F83548'

red 248 ◦ green 53 ◦ blue 72

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

Shades of Amaranth #F83548

Tints of Amaranth #F83548

RGB

 RED value IS 248 (97.27% from 255) = 66.49%

 GREEN value IS 53 (21.09% from 255) = 14.21%

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 66.49%
G = 14.21%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F83548 (or 0xF83548) is known color: Amaranth. HEX triplet: F8, 35 and 48. RGB value is (248,53,72). Sum of RGB (Red+Green+Blue) = 248+53+72=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F83548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83548 is #07CAB7. Grayscale: #717171. Windows color (decimal): -510648 or 4732408. OLE color: 4732408.

HSL color Cylindrical-coordinate representation of color #F83548: hue angle of 354.15º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F83548 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 53 72 -
CMYK 0 0.79 0.71 0.03
HSL 354.15º 0.93% 0.59% -
HSV(B) 354.15º 0.79% 0.97% -
XYZ 41.15 22.97 8.4 -
YUV 113.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 248 53 72 0 0.79 0.71 0.03 354.15 0.93 0.59
Hex F8 35 48 0 4F 47 3 162 5D 3B
Octal 370 65 110 0 117 107 3 542 135 73
Binary 11111000 110101 1001000 0 1001111 1000111 11 101100010 1011101 111011

Color Harmonies of #F83548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83548

Black with #F83548

Text Example


Text Example

White with #F83548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83548; }

 p { color: rgb(248,53,72); }

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

background-color css

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

 a { background-color: rgb(248,53,72); }

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

border-color css

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

 span { border-color: rgb(248,53,72); }

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