Html Css Color HEX #F83043 Amaranth

📋 copy color: '#F83043'

red 248 ◦ green 48 ◦ blue 67

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

Shades of Amaranth #F83043

Tints of Amaranth #F83043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.46%

R = 68.32%
G = 13.22%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F83043 (or 0xF83043) is known color: Amaranth. HEX triplet: F8, 30 and 43. RGB value is (248,48,67). Sum of RGB (Red+Green+Blue) = 248+48+67=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F83043 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83043 is #07CFBC. Grayscale: #6E6E6E. Windows color (decimal): -511933 or 4403448. OLE color: 4403448.

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

Color convert

RGB 248 48 67 -
CMYK 0 0.81 0.73 0.03
HSL 354.3º 0.93% 0.58% -
HSV(B) 354.3º 0.81% 0.97% -
XYZ 40.78 22.48 7.5 -
YUV 109.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 248 48 67 0 0.81 0.73 0.03 354.3 0.93 0.58
Hex F8 30 43 0 51 49 3 162 5D 3A
Octal 370 60 103 0 121 111 3 542 135 72
Binary 11111000 110000 1000011 0 1010001 1001001 11 101100010 1011101 111010

Color Harmonies of #F83043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83043

Black with #F83043

Text Example


Text Example

White with #F83043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83043; }

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

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

background-color css

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

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

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

border-color css

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

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

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