Html Css Color HEX #F61853 Amaranth

📋 copy color: '#F61853'

red 246 ◦ green 24 ◦ blue 83

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

Shades of Amaranth #F61853

Tints of Amaranth #F61853

RGB

 RED value IS 246 (96.48% from 255) = 69.69%

 GREEN value IS 24 (9.77% from 255) = 6.8%

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 69.69%
G = 6.8%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F61853 (or 0xF61853) is known color: Amaranth. HEX triplet: F6, 18 and 53. RGB value is (246,24,83). Sum of RGB (Red+Green+Blue) = 246+24+83=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F61853 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61853 is #09E7AC. Grayscale: #616161. Windows color (decimal): -649133 or 5445878. OLE color: 5445878.

HSL color Cylindrical-coordinate representation of color #F61853: hue angle of 344.05º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61853 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 83 -
CMYK 0 0.90 0.66 0.04
HSL 344.05º 0.93% 0.53% -
HSV(B) 344.05º 0.9% 0.96% -
XYZ 39.89 20.87 10.11 -
YUV 97.1 120.05 234.2 -
System Red Green Blue C M Y K H S L
Decimal 246 24 83 0 0.90 0.66 0.04 344.05 0.93 0.53
Hex F6 18 53 0 5A 42 4 158 5C 35
Octal 366 30 123 0 132 102 4 530 134 65
Binary 11110110 11000 1010011 0 1011010 1000010 100 101011000 1011100 110101

Color Harmonies of #F61853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61853

Black with #F61853

Text Example


Text Example

White with #F61853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61853; }

 p { color: rgb(246,24,83); }

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

background-color css

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

 a { background-color: rgb(246,24,83); }

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

border-color css

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

 span { border-color: rgb(246,24,83); }

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