Html Css Color HEX #F82350 Amaranth

📋 copy color: '#F82350'

red 248 ◦ green 35 ◦ blue 80

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

Shades of Amaranth #F82350

Tints of Amaranth #F82350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.64%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 68.32%
G = 9.64%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F82350 (or 0xF82350) is known color: Amaranth. HEX triplet: F8, 23 and 50. RGB value is (248,35,80). Sum of RGB (Red+Green+Blue) = 248+35+80=363 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.32% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 248 - color contains mainly: red. Hex color #F82350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82350 is #07DCAF. Grayscale: #676767. Windows color (decimal): -515248 or 5252088. OLE color: 5252088.

HSL color Cylindrical-coordinate representation of color #F82350: hue angle of 347.32º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F82350 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 35 80 -
CMYK 0 0.86 0.68 0.03
HSL 347.32º 0.94% 0.55% -
HSV(B) 347.32º 0.86% 0.97% -
XYZ 40.76 21.74 9.64 -
YUV 103.82 114.57 230.84 -
System Red Green Blue C M Y K H S L
Decimal 248 35 80 0 0.86 0.68 0.03 347.32 0.94 0.55
Hex F8 23 50 0 56 44 3 15B 5E 37
Octal 370 43 120 0 126 104 3 533 136 67
Binary 11111000 100011 1010000 0 1010110 1000100 11 101011011 1011110 110111

Color Harmonies of #F82350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82350

Black with #F82350

Text Example


Text Example

White with #F82350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82350; }

 p { color: rgb(248,35,80); }

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

background-color css

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

 a { background-color: rgb(248,35,80); }

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

border-color css

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

 span { border-color: rgb(248,35,80); }

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