Html Css Color HEX #F83845 Amaranth

📋 copy color: '#F83845'

red 248 ◦ green 56 ◦ blue 69

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

Shades of Amaranth #F83845

Tints of Amaranth #F83845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.01%

 BLUE value IS 69 (27.34% from 255) = 18.5%

R = 66.49%
G = 15.01%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F83845 (or 0xF83845) is known color: Amaranth. HEX triplet: F8, 38 and 45. RGB value is (248,56,69). Sum of RGB (Red+Green+Blue) = 248+56+69=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F83845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83845 is #07C7BA. Grayscale: #737373. Windows color (decimal): -509883 or 4536568. OLE color: 4536568.

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

Color convert

RGB 248 56 69 -
CMYK 0 0.77 0.72 0.03
HSL 355.94º 0.93% 0.6% -
HSV(B) 355.94º 0.77% 0.97% -
XYZ 41.2 23.21 7.94 -
YUV 114.89 102.11 222.94 -
System Red Green Blue C M Y K H S L
Decimal 248 56 69 0 0.77 0.72 0.03 355.94 0.93 0.6
Hex F8 38 45 0 4D 48 3 164 5D 3C
Octal 370 70 105 0 115 110 3 544 135 74
Binary 11111000 111000 1000101 0 1001101 1001000 11 101100100 1011101 111100

Color Harmonies of #F83845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83845

Black with #F83845

Text Example


Text Example

White with #F83845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83845; }

 p { color: rgb(248,56,69); }

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

background-color css

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

 a { background-color: rgb(248,56,69); }

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

border-color css

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

 span { border-color: rgb(248,56,69); }

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