Html Css Color HEX #F61D4B Amaranth

📋 copy color: '#F61D4B'

red 246 ◦ green 29 ◦ blue 75

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

Shades of Amaranth #F61D4B

Tints of Amaranth #F61D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.29%

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 70.29%
G = 8.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F61D4B (or 0xF61D4B) is known color: Amaranth. HEX triplet: F6, 1D and 4B. RGB value is (246,29,75). Sum of RGB (Red+Green+Blue) = 246+29+75=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D4B is #09E2B4. Grayscale: #636363. Windows color (decimal): -647861 or 4922870. OLE color: 4922870.

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

Color convert

RGB 246 29 75 -
CMYK 0 0.88 0.70 0.04
HSL 347.28º 0.92% 0.54% -
HSV(B) 347.28º 0.88% 0.96% -
XYZ 39.72 20.98 8.61 -
YUV 99.13 114.39 232.76 -
System Red Green Blue C M Y K H S L
Decimal 246 29 75 0 0.88 0.70 0.04 347.28 0.92 0.54
Hex F6 1D 4B 0 58 46 4 15B 5C 36
Octal 366 35 113 0 130 106 4 533 134 66
Binary 11110110 11101 1001011 0 1011000 1000110 100 101011011 1011100 110110

Color Harmonies of #F61D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61D4B

Black with #F61D4B

Text Example


Text Example

White with #F61D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61D4B; }

 p { color: rgb(246,29,75); }

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

background-color css

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

 a { background-color: rgb(246,29,75); }

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

border-color css

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

 span { border-color: rgb(246,29,75); }

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