Html Css Color HEX #F82155 Amaranth

📋 copy color: '#F82155'

red 248 ◦ green 33 ◦ blue 85

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

Shades of Amaranth #F82155

Tints of Amaranth #F82155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.02%

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 67.76%
G = 9.02%
B = 23.22%

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

#F82155 (or 0xF82155) is known color: Amaranth. HEX triplet: F8, 21 and 55. RGB value is (248,33,85). Sum of RGB (Red+Green+Blue) = 248+33+85=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F82155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82155 is #07DEAA. Grayscale: #676767. Windows color (decimal): -515755 or 5579256. OLE color: 5579256.

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

Color convert

RGB 248 33 85 -
CMYK 0 0.87 0.66 0.03
HSL 345.49º 0.94% 0.55% -
HSV(B) 345.49º 0.87% 0.97% -
XYZ 40.89 21.7 10.63 -
YUV 103.21 117.73 231.27 -
System Red Green Blue C M Y K H S L
Decimal 248 33 85 0 0.87 0.66 0.03 345.49 0.94 0.55
Hex F8 21 55 0 57 42 3 159 5E 37
Octal 370 41 125 0 127 102 3 531 136 67
Binary 11111000 100001 1010101 0 1010111 1000010 11 101011001 1011110 110111

Color Harmonies of #F82155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82155

Black with #F82155

Text Example


Text Example

White with #F82155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82155; }

 p { color: rgb(248,33,85); }

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

background-color css

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

 a { background-color: rgb(248,33,85); }

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

border-color css

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

 span { border-color: rgb(248,33,85); }

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