Html Css Color HEX #F83146 Amaranth

📋 copy color: '#F83146'

red 248 ◦ green 49 ◦ blue 70

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

Shades of Amaranth #F83146

Tints of Amaranth #F83146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 67.57%
G = 13.35%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F83146 (or 0xF83146) is known color: Amaranth. HEX triplet: F8, 31 and 46. RGB value is (248,49,70). Sum of RGB (Red+Green+Blue) = 248+49+70=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F83146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83146 is #07CEB9. Grayscale: #6F6F6F. Windows color (decimal): -511674 or 4600312. OLE color: 4600312.

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

Color convert

RGB 248 49 70 -
CMYK 0 0.80 0.72 0.03
HSL 353.67º 0.93% 0.58% -
HSV(B) 353.67º 0.8% 0.97% -
XYZ 40.92 22.6 8 -
YUV 110.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 248 49 70 0 0.80 0.72 0.03 353.67 0.93 0.58
Hex F8 31 46 0 50 48 3 162 5D 3A
Octal 370 61 106 0 120 110 3 542 135 72
Binary 11111000 110001 1000110 0 1010000 1001000 11 101100010 1011101 111010

Color Harmonies of #F83146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83146

Black with #F83146

Text Example


Text Example

White with #F83146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83146; }

 p { color: rgb(248,49,70); }

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

background-color css

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

 a { background-color: rgb(248,49,70); }

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

border-color css

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

 span { border-color: rgb(248,49,70); }

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