Html Css Color HEX #F83348 Amaranth

📋 copy color: '#F83348'

red 248 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #F83348

Tints of Amaranth #F83348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 66.85%
G = 13.75%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#F83348 (or 0xF83348) is known color: Amaranth. HEX triplet: F8, 33 and 48. RGB value is (248,51,72). Sum of RGB (Red+Green+Blue) = 248+51+72=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F83348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83348 is #07CCB7. Grayscale: #707070. Windows color (decimal): -511160 or 4731896. OLE color: 4731896.

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

Color convert

RGB 248 51 72 -
CMYK 0 0.79 0.71 0.03
HSL 353.6º 0.93% 0.59% -
HSV(B) 353.6º 0.79% 0.97% -
XYZ 41.06 22.79 8.37 -
YUV 112.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 248 51 72 0 0.79 0.71 0.03 353.6 0.93 0.59
Hex F8 33 48 0 4F 47 3 162 5D 3B
Octal 370 63 110 0 117 107 3 542 135 73
Binary 11111000 110011 1001000 0 1001111 1000111 11 101100010 1011101 111011

Color Harmonies of #F83348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83348

Black with #F83348

Text Example


Text Example

White with #F83348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83348; }

 p { color: rgb(248,51,72); }

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

background-color css

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

 a { background-color: rgb(248,51,72); }

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

border-color css

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

 span { border-color: rgb(248,51,72); }

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