Html Css Color HEX #F82D4E Amaranth

📋 copy color: '#F82D4E'

red 248 ◦ green 45 ◦ blue 78

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

Shades of Amaranth #F82D4E

Tints of Amaranth #F82D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 66.85%
G = 12.13%
B = 21.02%

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

#F82D4E (or 0xF82D4E) is known color: Amaranth. HEX triplet: F8, 2D and 4E. RGB value is (248,45,78). Sum of RGB (Red+Green+Blue) = 248+45+78=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D4E is #07D2B1. Grayscale: #6D6D6D. Windows color (decimal): -512690 or 5123576. OLE color: 5123576.

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

Color convert

RGB 248 45 78 -
CMYK 0 0.82 0.69 0.03
HSL 350.25º 0.94% 0.57% -
HSV(B) 350.25º 0.82% 0.97% -
XYZ 41.02 22.38 9.37 -
YUV 109.46 110.25 226.82 -
System Red Green Blue C M Y K H S L
Decimal 248 45 78 0 0.82 0.69 0.03 350.25 0.94 0.57
Hex F8 2D 4E 0 52 45 3 15E 5E 39
Octal 370 55 116 0 122 105 3 536 136 71
Binary 11111000 101101 1001110 0 1010010 1000101 11 101011110 1011110 111001

Color Harmonies of #F82D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82D4E

Black with #F82D4E

Text Example


Text Example

White with #F82D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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