Html Css Color HEX #F82D4C Amaranth

📋 copy color: '#F82D4C'

red 248 ◦ green 45 ◦ blue 76

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

Shades of Amaranth #F82D4C

Tints of Amaranth #F82D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 67.21%
G = 12.2%
B = 20.6%

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

#F82D4C (or 0xF82D4C) is known color: Amaranth. HEX triplet: F8, 2D and 4C. RGB value is (248,45,76). Sum of RGB (Red+Green+Blue) = 248+45+76=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D4C is #07D2B3. Grayscale: #6D6D6D. Windows color (decimal): -512692 or 4992504. OLE color: 4992504.

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

Color convert

RGB 248 45 76 -
CMYK 0 0.82 0.69 0.03
HSL 350.84º 0.94% 0.57% -
HSV(B) 350.84º 0.82% 0.97% -
XYZ 40.95 22.36 8.99 -
YUV 109.23 109.25 226.98 -
System Red Green Blue C M Y K H S L
Decimal 248 45 76 0 0.82 0.69 0.03 350.84 0.94 0.57
Hex F8 2D 4C 0 52 45 3 15F 5E 39
Octal 370 55 114 0 122 105 3 537 136 71
Binary 11111000 101101 1001100 0 1010010 1000101 11 101011111 1011110 111001

Color Harmonies of #F82D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D4C

Black with #F82D4C

Text Example


Text Example

White with #F82D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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