Html Css Color HEX #F61B59 Amaranth

📋 copy color: '#F61B59'

red 246 ◦ green 27 ◦ blue 89

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

Shades of Amaranth #F61B59

Tints of Amaranth #F61B59

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.46%

 BLUE value IS 89 (35.16% from 255) = 24.59%

R = 67.96%
G = 7.46%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F61B59 (or 0xF61B59) is known color: Amaranth. HEX triplet: F6, 1B and 59. RGB value is (246,27,89). Sum of RGB (Red+Green+Blue) = 246+27+89=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B59 is #09E4A6. Grayscale: #636363. Windows color (decimal): -648359 or 5839862. OLE color: 5839862.

HSL color Cylindrical-coordinate representation of color #F61B59: hue angle of 343.01º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61B59 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 27 89 -
CMYK 0 0.89 0.64 0.04
HSL 343.01º 0.92% 0.54% -
HSV(B) 343.01º 0.89% 0.96% -
XYZ 40.2 21.1 11.4 -
YUV 99.55 122.05 232.46 -
System Red Green Blue C M Y K H S L
Decimal 246 27 89 0 0.89 0.64 0.04 343.01 0.92 0.54
Hex F6 1B 59 0 59 40 4 157 5C 36
Octal 366 33 131 0 131 100 4 527 134 66
Binary 11110110 11011 1011001 0 1011001 1000000 100 101010111 1011100 110110

Color Harmonies of #F61B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61B59

Black with #F61B59

Text Example


Text Example

White with #F61B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61B59; }

 p { color: rgb(246,27,89); }

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

background-color css

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

 a { background-color: rgb(246,27,89); }

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

border-color css

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

 span { border-color: rgb(246,27,89); }

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