Html Css Color HEX #F8294B Amaranth

📋 copy color: '#F8294B'

red 248 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #F8294B

Tints of Amaranth #F8294B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 68.13%
G = 11.26%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8294B (or 0xF8294B) is known color: Amaranth. HEX triplet: F8, 29 and 4B. RGB value is (248,41,75). Sum of RGB (Red+Green+Blue) = 248+41+75=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F8294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8294B is #07D6B4. Grayscale: #6A6A6A. Windows color (decimal): -513717 or 4925944. OLE color: 4925944.

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

Color convert

RGB 248 41 75 -
CMYK 0 0.83 0.70 0.03
HSL 350.14º 0.94% 0.57% -
HSV(B) 350.14º 0.83% 0.97% -
XYZ 40.77 22.05 8.76 -
YUV 106.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 248 41 75 0 0.83 0.70 0.03 350.14 0.94 0.57
Hex F8 29 4B 0 53 46 3 15E 5E 39
Octal 370 51 113 0 123 106 3 536 136 71
Binary 11111000 101001 1001011 0 1010011 1000110 11 101011110 1011110 111001

Color Harmonies of #F8294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8294B

Black with #F8294B

Text Example


Text Example

White with #F8294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8294B; }

 p { color: rgb(248,41,75); }

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

background-color css

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

 a { background-color: rgb(248,41,75); }

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

border-color css

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

 span { border-color: rgb(248,41,75); }

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