Html Css Color HEX #F83045 Amaranth

📋 copy color: '#F83045'

red 248 ◦ green 48 ◦ blue 69

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

Shades of Amaranth #F83045

Tints of Amaranth #F83045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

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

R = 67.95%
G = 13.15%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F83045 (or 0xF83045) is known color: Amaranth. HEX triplet: F8, 30 and 45. RGB value is (248,48,69). Sum of RGB (Red+Green+Blue) = 248+48+69=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F83045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83045 is #07CFBA. Grayscale: #6E6E6E. Windows color (decimal): -511931 or 4534520. OLE color: 4534520.

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

Color convert

RGB 248 48 69 -
CMYK 0 0.81 0.72 0.03
HSL 353.7º 0.93% 0.58% -
HSV(B) 353.7º 0.81% 0.97% -
XYZ 40.84 22.5 7.82 -
YUV 110.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 248 48 69 0 0.81 0.72 0.03 353.7 0.93 0.58
Hex F8 30 45 0 51 48 3 162 5D 3A
Octal 370 60 105 0 121 110 3 542 135 72
Binary 11111000 110000 1000101 0 1010001 1001000 11 101100010 1011101 111010

Color Harmonies of #F83045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83045

Black with #F83045

Text Example


Text Example

White with #F83045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83045; }

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

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

background-color css

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

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

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

border-color css

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

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

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