Html Css Color HEX #F83446 Amaranth

📋 copy color: '#F83446'

red 248 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #F83446

Tints of Amaranth #F83446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.05%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 67.03%
G = 14.05%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#F83446 (or 0xF83446) is known color: Amaranth. HEX triplet: F8, 34 and 46. RGB value is (248,52,70). Sum of RGB (Red+Green+Blue) = 248+52+70=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F83446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F83446 is #07CBB9. Grayscale: #707070. Windows color (decimal): -510906 or 4601080. OLE color: 4601080.

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

Color convert

RGB 248 52 70 -
CMYK 0 0.79 0.72 0.03
HSL 354.49º 0.93% 0.59% -
HSV(B) 354.49º 0.79% 0.97% -
XYZ 41.04 22.85 8.04 -
YUV 112.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 248 52 70 0 0.79 0.72 0.03 354.49 0.93 0.59
Hex F8 34 46 0 4F 48 3 162 5D 3B
Octal 370 64 106 0 117 110 3 542 135 73
Binary 11111000 110100 1000110 0 1001111 1001000 11 101100010 1011101 111011

Color Harmonies of #F83446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F83446

Black with #F83446

Text Example


Text Example

White with #F83446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F83446; }

 p { color: rgb(248,52,70); }

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

background-color css

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

 a { background-color: rgb(248,52,70); }

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

border-color css

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

 span { border-color: rgb(248,52,70); }

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