Html Css Color HEX #F82D4D Amaranth

📋 copy color: '#F82D4D'

red 248 ◦ green 45 ◦ blue 77

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

Shades of Amaranth #F82D4D

Tints of Amaranth #F82D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 67.03%
G = 12.16%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F82D4D (or 0xF82D4D) is known color: Amaranth. HEX triplet: F8, 2D and 4D. RGB value is (248,45,77). Sum of RGB (Red+Green+Blue) = 248+45+77=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D4D is #07D2B2. Grayscale: #6D6D6D. Windows color (decimal): -512691 or 5058040. OLE color: 5058040.

HSL color Cylindrical-coordinate representation of color #F82D4D: hue angle of 350.54º 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 #F82D4D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 45 77 -
CMYK 0 0.82 0.69 0.03
HSL 350.54º 0.94% 0.57% -
HSV(B) 350.54º 0.82% 0.97% -
XYZ 40.99 22.37 9.18 -
YUV 109.35 109.75 226.9 -
System Red Green Blue C M Y K H S L
Decimal 248 45 77 0 0.82 0.69 0.03 350.54 0.94 0.57
Hex F8 2D 4D 0 52 45 3 15F 5E 39
Octal 370 55 115 0 122 105 3 537 136 71
Binary 11111000 101101 1001101 0 1010010 1000101 11 101011111 1011110 111001

Color Harmonies of #F82D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D4D

Black with #F82D4D

Text Example


Text Example

White with #F82D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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