Html Css Color HEX #F82D4A Amaranth

📋 copy color: '#F82D4A'

red 248 ◦ green 45 ◦ blue 74

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

Shades of Amaranth #F82D4A

Tints of Amaranth #F82D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.26%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 67.57%
G = 12.26%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F82D4A (or 0xF82D4A) is known color: Amaranth. HEX triplet: F8, 2D and 4A. RGB value is (248,45,74). Sum of RGB (Red+Green+Blue) = 248+45+74=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D4A is #07D2B5. Grayscale: #6D6D6D. Windows color (decimal): -512694 or 4861432. OLE color: 4861432.

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

Color convert

RGB 248 45 74 -
CMYK 0 0.82 0.70 0.03
HSL 351.43º 0.94% 0.57% -
HSV(B) 351.43º 0.82% 0.97% -
XYZ 40.89 22.33 8.63 -
YUV 109 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 248 45 74 0 0.82 0.70 0.03 351.43 0.94 0.57
Hex F8 2D 4A 0 52 46 3 15F 5E 39
Octal 370 55 112 0 122 106 3 537 136 71
Binary 11111000 101101 1001010 0 1010010 1000110 11 101011111 1011110 111001

Color Harmonies of #F82D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D4A

Black with #F82D4A

Text Example


Text Example

White with #F82D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D4A; }

 p { color: rgb(248,45,74); }

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

background-color css

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

 a { background-color: rgb(248,45,74); }

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

border-color css

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

 span { border-color: rgb(248,45,74); }

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