Html Css Color HEX #F83744 Amaranth

📋 copy color: '#F83744'

red 248 ◦ green 55 ◦ blue 68

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

Shades of Amaranth #F83744

Tints of Amaranth #F83744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.82%

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 66.85%
G = 14.82%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F83744 (or 0xF83744) is known color: Amaranth. HEX triplet: F8, 37 and 44. RGB value is (248,55,68). Sum of RGB (Red+Green+Blue) = 248+55+68=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F83744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83744 is #07C8BB. Grayscale: #727272. Windows color (decimal): -510140 or 4470776. OLE color: 4470776.

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

Color convert

RGB 248 55 68 -
CMYK 0 0.78 0.73 0.03
HSL 355.96º 0.93% 0.59% -
HSV(B) 355.96º 0.78% 0.97% -
XYZ 41.12 23.11 7.76 -
YUV 114.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 248 55 68 0 0.78 0.73 0.03 355.96 0.93 0.59
Hex F8 37 44 0 4E 49 3 164 5D 3B
Octal 370 67 104 0 116 111 3 544 135 73
Binary 11111000 110111 1000100 0 1001110 1001001 11 101100100 1011101 111011

Color Harmonies of #F83744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83744

Black with #F83744

Text Example


Text Example

White with #F83744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83744; }

 p { color: rgb(248,55,68); }

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

background-color css

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

 a { background-color: rgb(248,55,68); }

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

border-color css

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

 span { border-color: rgb(248,55,68); }

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