Html Css Color HEX #F82551 Amaranth

📋 copy color: '#F82551'

red 248 ◦ green 37 ◦ blue 81

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

Shades of Amaranth #F82551

Tints of Amaranth #F82551

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 67.76%
G = 10.11%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F82551 (or 0xF82551) is known color: Amaranth. HEX triplet: F8, 25 and 51. RGB value is (248,37,81). Sum of RGB (Red+Green+Blue) = 248+37+81=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F82551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82551 is #07DAAE. Grayscale: #696969. Windows color (decimal): -514735 or 5318136. OLE color: 5318136.

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

Color convert

RGB 248 37 81 -
CMYK 0 0.85 0.67 0.03
HSL 347.49º 0.94% 0.56% -
HSV(B) 347.49º 0.85% 0.97% -
XYZ 40.86 21.87 9.85 -
YUV 105.11 114.4 229.92 -
System Red Green Blue C M Y K H S L
Decimal 248 37 81 0 0.85 0.67 0.03 347.49 0.94 0.56
Hex F8 25 51 0 55 43 3 15B 5E 38
Octal 370 45 121 0 125 103 3 533 136 70
Binary 11111000 100101 1010001 0 1010101 1000011 11 101011011 1011110 111000

Color Harmonies of #F82551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82551

Black with #F82551

Text Example


Text Example

White with #F82551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82551; }

 p { color: rgb(248,37,81); }

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

background-color css

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

 a { background-color: rgb(248,37,81); }

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

border-color css

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

 span { border-color: rgb(248,37,81); }

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