Html Css Color HEX #F61F58 Amaranth

📋 copy color: '#F61F58'

red 246 ◦ green 31 ◦ blue 88

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

Shades of Amaranth #F61F58

Tints of Amaranth #F61F58

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.49%

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 67.4%
G = 8.49%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F61F58 (or 0xF61F58) is known color: Amaranth. HEX triplet: F6, 1F and 58. RGB value is (246,31,88). Sum of RGB (Red+Green+Blue) = 246+31+88=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61F58 is #09E0A7. Grayscale: #656565. Windows color (decimal): -647336 or 5775350. OLE color: 5775350.

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

Color convert

RGB 246 31 88 -
CMYK 0 0.87 0.64 0.04
HSL 344.09º 0.92% 0.54% -
HSV(B) 344.09º 0.87% 0.96% -
XYZ 40.26 21.28 11.22 -
YUV 101.78 120.23 230.87 -
System Red Green Blue C M Y K H S L
Decimal 246 31 88 0 0.87 0.64 0.04 344.09 0.92 0.54
Hex F6 1F 58 0 57 40 4 158 5C 36
Octal 366 37 130 0 127 100 4 530 134 66
Binary 11110110 11111 1011000 0 1010111 1000000 100 101011000 1011100 110110

Color Harmonies of #F61F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61F58

Black with #F61F58

Text Example


Text Example

White with #F61F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61F58; }

 p { color: rgb(246,31,88); }

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

background-color css

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

 a { background-color: rgb(246,31,88); }

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

border-color css

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

 span { border-color: rgb(246,31,88); }

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