Html Css Color HEX #F1254D Amaranth

📋 copy color: '#F1254D'

red 241 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #F1254D

Tints of Amaranth #F1254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 67.89%
G = 10.42%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1254D (or 0xF1254D) is known color: Amaranth. HEX triplet: F1, 25 and 4D. RGB value is (241,37,77). Sum of RGB (Red+Green+Blue) = 241+37+77=355 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.89% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 241 - color contains mainly: red. Hex color #F1254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1254D is #0EDAB2. Grayscale: #666666. Windows color (decimal): -973491 or 5055985. OLE color: 5055985.

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

Color convert

RGB 241 37 77 -
CMYK 0 0.85 0.68 0.05
HSL 348.24º 0.88% 0.55% -
HSV(B) 348.24º 0.85% 0.95% -
XYZ 38.28 20.56 8.97 -
YUV 102.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 241 37 77 0 0.85 0.68 0.05 348.24 0.88 0.55
Hex F1 25 4D 0 55 44 5 15C 58 37
Octal 361 45 115 0 125 104 5 534 130 67
Binary 11110001 100101 1001101 0 1010101 1000100 101 101011100 1011000 110111

Color Harmonies of #F1254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1254D

Black with #F1254D

Text Example


Text Example

White with #F1254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1254D; }

 p { color: rgb(241,37,77); }

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

background-color css

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

 a { background-color: rgb(241,37,77); }

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

border-color css

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

 span { border-color: rgb(241,37,77); }

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