Html Css Color HEX #F83245 Amaranth

📋 copy color: '#F83245'

red 248 ◦ green 50 ◦ blue 69

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

Shades of Amaranth #F83245

Tints of Amaranth #F83245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 67.57%
G = 13.62%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F83245 (or 0xF83245) is known color: Amaranth. HEX triplet: F8, 32 and 45. RGB value is (248,50,69). Sum of RGB (Red+Green+Blue) = 248+50+69=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F83245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83245 is #07CDBA. Grayscale: #6F6F6F. Windows color (decimal): -511419 or 4535032. OLE color: 4535032.

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

Color convert

RGB 248 50 69 -
CMYK 0 0.80 0.72 0.03
HSL 354.24º 0.93% 0.58% -
HSV(B) 354.24º 0.8% 0.97% -
XYZ 40.93 22.67 7.85 -
YUV 111.37 104.1 225.46 -
System Red Green Blue C M Y K H S L
Decimal 248 50 69 0 0.80 0.72 0.03 354.24 0.93 0.58
Hex F8 32 45 0 50 48 3 162 5D 3A
Octal 370 62 105 0 120 110 3 542 135 72
Binary 11111000 110010 1000101 0 1010000 1001000 11 101100010 1011101 111010

Color Harmonies of #F83245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83245

Black with #F83245

Text Example


Text Example

White with #F83245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83245; }

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

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

background-color css

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

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

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

border-color css

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

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

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