Html Css Color HEX #F61852 Amaranth

📋 copy color: '#F61852'

red 246 ◦ green 24 ◦ blue 82

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

Shades of Amaranth #F61852

Tints of Amaranth #F61852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 69.89%
G = 6.82%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F61852 (or 0xF61852) is known color: Amaranth. HEX triplet: F6, 18 and 52. RGB value is (246,24,82). Sum of RGB (Red+Green+Blue) = 246+24+82=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F61852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61852 is #09E7AD. Grayscale: #606060. Windows color (decimal): -649134 or 5380342. OLE color: 5380342.

HSL color Cylindrical-coordinate representation of color #F61852: hue angle of 344.32º 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 #F61852 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 24 82 -
CMYK 0 0.90 0.67 0.04
HSL 344.32º 0.93% 0.53% -
HSV(B) 344.32º 0.9% 0.96% -
XYZ 39.86 20.86 9.91 -
YUV 96.99 119.55 234.28 -
System Red Green Blue C M Y K H S L
Decimal 246 24 82 0 0.90 0.67 0.04 344.32 0.93 0.53
Hex F6 18 52 0 5A 43 4 158 5C 35
Octal 366 30 122 0 132 103 4 530 134 65
Binary 11110110 11000 1010010 0 1011010 1000011 100 101011000 1011100 110101

Color Harmonies of #F61852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61852

Black with #F61852

Text Example


Text Example

White with #F61852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61852; }

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

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

background-color css

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

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

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

border-color css

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

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

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