Html Css Color HEX #F1194B Amaranth

📋 copy color: '#F1194B'

red 241 ◦ green 25 ◦ blue 75

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

Shades of Amaranth #F1194B

Tints of Amaranth #F1194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.33%

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

R = 70.67%
G = 7.33%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1194B (or 0xF1194B) is known color: Amaranth. HEX triplet: F1, 19 and 4B. RGB value is (241,25,75). Sum of RGB (Red+Green+Blue) = 241+25+75=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1194B is #0EE6B4. Grayscale: #5F5F5F. Windows color (decimal): -976565 or 4921841. OLE color: 4921841.

HSL color Cylindrical-coordinate representation of color #F1194B: hue angle of 346.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1194B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 25 75 -
CMYK 0 0.90 0.69 0.05
HSL 346.11º 0.89% 0.52% -
HSV(B) 346.11º 0.9% 0.95% -
XYZ 37.89 19.9 8.5 -
YUV 95.28 116.56 231.93 -
System Red Green Blue C M Y K H S L
Decimal 241 25 75 0 0.90 0.69 0.05 346.11 0.89 0.52
Hex F1 19 4B 0 5A 45 5 15A 59 34
Octal 361 31 113 0 132 105 5 532 131 64
Binary 11110001 11001 1001011 0 1011010 1000101 101 101011010 1011001 110100

Color Harmonies of #F1194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1194B

Black with #F1194B

Text Example


Text Example

White with #F1194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1194B; }

 p { color: rgb(241,25,75); }

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

background-color css

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

 a { background-color: rgb(241,25,75); }

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

border-color css

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

 span { border-color: rgb(241,25,75); }

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