Html Css Color HEX #F12649 Amaranth

📋 copy color: '#F12649'

red 241 ◦ green 38 ◦ blue 73

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

Shades of Amaranth #F12649

Tints of Amaranth #F12649

RGB

 RED value IS 241 (94.53% from 255) = 68.47%

 GREEN value IS 38 (15.23% from 255) = 10.8%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 68.47%
G = 10.8%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F12649 (or 0xF12649) is known color: Amaranth. HEX triplet: F1, 26 and 49. RGB value is (241,38,73). Sum of RGB (Red+Green+Blue) = 241+38+73=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F12649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12649 is #0ED9B6. Grayscale: #666666. Windows color (decimal): -973239 or 4794097. OLE color: 4794097.

HSL color Cylindrical-coordinate representation of color #F12649: hue angle of 349.66º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F12649 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 38 73 -
CMYK 0 0.84 0.70 0.05
HSL 349.66º 0.88% 0.55% -
HSV(B) 349.66º 0.84% 0.95% -
XYZ 38.17 20.57 8.26 -
YUV 102.69 111.25 226.65 -
System Red Green Blue C M Y K H S L
Decimal 241 38 73 0 0.84 0.70 0.05 349.66 0.88 0.55
Hex F1 26 49 0 54 46 5 15E 58 37
Octal 361 46 111 0 124 106 5 536 130 67
Binary 11110001 100110 1001001 0 1010100 1000110 101 101011110 1011000 110111

Color Harmonies of #F12649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12649

Black with #F12649

Text Example


Text Example

White with #F12649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12649; }

 p { color: rgb(241,38,73); }

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

background-color css

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

 a { background-color: rgb(241,38,73); }

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

border-color css

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

 span { border-color: rgb(241,38,73); }

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