Html Css Color HEX #F82054 Amaranth

📋 copy color: '#F82054'

red 248 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #F82054

Tints of Amaranth #F82054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.79%

 BLUE value IS 84 (33.2% from 255) = 23.08%

R = 68.13%
G = 8.79%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F82054 (or 0xF82054) is known color: Amaranth. HEX triplet: F8, 20 and 54. RGB value is (248,32,84). Sum of RGB (Red+Green+Blue) = 248+32+84=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F82054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82054 is #07DFAB. Grayscale: #666666. Windows color (decimal): -516012 or 5513464. OLE color: 5513464.

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

Color convert

RGB 248 32 84 -
CMYK 0 0.87 0.66 0.03
HSL 345.56º 0.94% 0.55% -
HSV(B) 345.56º 0.87% 0.97% -
XYZ 40.83 21.63 10.41 -
YUV 102.51 117.56 231.77 -
System Red Green Blue C M Y K H S L
Decimal 248 32 84 0 0.87 0.66 0.03 345.56 0.94 0.55
Hex F8 20 54 0 57 42 3 15A 5E 37
Octal 370 40 124 0 127 102 3 532 136 67
Binary 11111000 100000 1010100 0 1010111 1000010 11 101011010 1011110 110111

Color Harmonies of #F82054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82054

Black with #F82054

Text Example


Text Example

White with #F82054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82054; }

 p { color: rgb(248,32,84); }

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

background-color css

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

 a { background-color: rgb(248,32,84); }

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

border-color css

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

 span { border-color: rgb(248,32,84); }

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