Html Css Color HEX #F82A46 Amaranth

📋 copy color: '#F82A46'

red 248 ◦ green 42 ◦ blue 70

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

Shades of Amaranth #F82A46

Tints of Amaranth #F82A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.67%

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

R = 68.89%
G = 11.67%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F82A46 (or 0xF82A46) is known color: Amaranth. HEX triplet: F8, 2A and 46. RGB value is (248,42,70). Sum of RGB (Red+Green+Blue) = 248+42+70=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82A46 is #07D5B9. Grayscale: #6A6A6A. Windows color (decimal): -513466 or 4598520. OLE color: 4598520.

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

Color convert

RGB 248 42 70 -
CMYK 0 0.83 0.72 0.03
HSL 351.84º 0.94% 0.57% -
HSV(B) 351.84º 0.83% 0.97% -
XYZ 40.64 22.05 7.91 -
YUV 106.79 107.25 228.72 -
System Red Green Blue C M Y K H S L
Decimal 248 42 70 0 0.83 0.72 0.03 351.84 0.94 0.57
Hex F8 2A 46 0 53 48 3 160 5E 39
Octal 370 52 106 0 123 110 3 540 136 71
Binary 11111000 101010 1000110 0 1010011 1001000 11 101100000 1011110 111001

Color Harmonies of #F82A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82A46

Black with #F82A46

Text Example


Text Example

White with #F82A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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