Html Css Color HEX #F83046 Amaranth

📋 copy color: '#F83046'

red 248 ◦ green 48 ◦ blue 70

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

Shades of Amaranth #F83046

Tints of Amaranth #F83046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

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

R = 67.76%
G = 13.11%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F83046 (or 0xF83046) is known color: Amaranth. HEX triplet: F8, 30 and 46. RGB value is (248,48,70). Sum of RGB (Red+Green+Blue) = 248+48+70=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F83046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83046 is #07CFB9. Grayscale: #6E6E6E. Windows color (decimal): -511930 or 4600056. OLE color: 4600056.

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

Color convert

RGB 248 48 70 -
CMYK 0 0.81 0.72 0.03
HSL 353.4º 0.93% 0.58% -
HSV(B) 353.4º 0.81% 0.97% -
XYZ 40.87 22.51 7.99 -
YUV 110.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 248 48 70 0 0.81 0.72 0.03 353.4 0.93 0.58
Hex F8 30 46 0 51 48 3 161 5D 3A
Octal 370 60 106 0 121 110 3 541 135 72
Binary 11111000 110000 1000110 0 1010001 1001000 11 101100001 1011101 111010

Color Harmonies of #F83046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83046

Black with #F83046

Text Example


Text Example

White with #F83046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83046; }

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

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

background-color css

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

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

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

border-color css

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

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

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