Html Css Color HEX #F83247 Amaranth

📋 copy color: '#F83247'

red 248 ◦ green 50 ◦ blue 71

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

Shades of Amaranth #F83247

Tints of Amaranth #F83247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.55%

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 67.21%
G = 13.55%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F83247 (or 0xF83247) is known color: Amaranth. HEX triplet: F8, 32 and 47. RGB value is (248,50,71). Sum of RGB (Red+Green+Blue) = 248+50+71=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F83247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83247 is #07CDB8. Grayscale: #6F6F6F. Windows color (decimal): -511417 or 4666104. OLE color: 4666104.

HSL color Cylindrical-coordinate representation of color #F83247: hue angle of 353.64º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F83247 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 50 71 -
CMYK 0 0.80 0.71 0.03
HSL 353.64º 0.93% 0.58% -
HSV(B) 353.64º 0.8% 0.97% -
XYZ 40.99 22.69 8.18 -
YUV 111.6 105.1 225.29 -
System Red Green Blue C M Y K H S L
Decimal 248 50 71 0 0.80 0.71 0.03 353.64 0.93 0.58
Hex F8 32 47 0 50 47 3 162 5D 3A
Octal 370 62 107 0 120 107 3 542 135 72
Binary 11111000 110010 1000111 0 1010000 1000111 11 101100010 1011101 111010

Color Harmonies of #F83247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83247

Black with #F83247

Text Example


Text Example

White with #F83247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83247; }

 p { color: rgb(248,50,71); }

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

background-color css

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

 a { background-color: rgb(248,50,71); }

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

border-color css

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

 span { border-color: rgb(248,50,71); }

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