Html Css Color HEX #F83042 Amaranth

📋 copy color: '#F83042'

red 248 ◦ green 48 ◦ blue 66

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

Shades of Amaranth #F83042

Tints of Amaranth #F83042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 68.51%
G = 13.26%
B = 18.23%

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

#F83042 (or 0xF83042) is known color: Amaranth. HEX triplet: F8, 30 and 42. RGB value is (248,48,66). Sum of RGB (Red+Green+Blue) = 248+48+66=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F83042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83042 is #07CFBD. Grayscale: #6D6D6D. Windows color (decimal): -511934 or 4337912. OLE color: 4337912.

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

Color convert

RGB 248 48 66 -
CMYK 0 0.81 0.73 0.03
HSL 354.6º 0.93% 0.58% -
HSV(B) 354.6º 0.81% 0.97% -
XYZ 40.75 22.46 7.34 -
YUV 109.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 248 48 66 0 0.81 0.73 0.03 354.6 0.93 0.58
Hex F8 30 42 0 51 49 3 163 5D 3A
Octal 370 60 102 0 121 111 3 543 135 72
Binary 11111000 110000 1000010 0 1010001 1001001 11 101100011 1011101 111010

Color Harmonies of #F83042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83042

Black with #F83042

Text Example


Text Example

White with #F83042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83042; }

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

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

background-color css

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

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

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

border-color css

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

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

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