Html Css Color HEX #F1344E Amaranth

📋 copy color: '#F1344E'

red 241 ◦ green 52 ◦ blue 78

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

Shades of Amaranth #F1344E

Tints of Amaranth #F1344E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 64.96%
G = 14.02%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1344E (or 0xF1344E) is known color: Amaranth. HEX triplet: F1, 34 and 4E. RGB value is (241,52,78). Sum of RGB (Red+Green+Blue) = 241+52+78=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1344E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1344E is #0ECBB1. Grayscale: #6F6F6F. Windows color (decimal): -969650 or 5125361. OLE color: 5125361.

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

Color convert

RGB 241 52 78 -
CMYK 0 0.78 0.68 0.05
HSL 351.75º 0.87% 0.57% -
HSV(B) 351.75º 0.78% 0.95% -
XYZ 38.88 21.71 9.35 -
YUV 111.48 109.12 220.39 -
System Red Green Blue C M Y K H S L
Decimal 241 52 78 0 0.78 0.68 0.05 351.75 0.87 0.57
Hex F1 34 4E 0 4E 44 5 160 57 39
Octal 361 64 116 0 116 104 5 540 127 71
Binary 11110001 110100 1001110 0 1001110 1000100 101 101100000 1010111 111001

Color Harmonies of #F1344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1344E

Black with #F1344E

Text Example


Text Example

White with #F1344E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1344E; }

 p { color: rgb(241,52,78); }

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

background-color css

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

 a { background-color: rgb(241,52,78); }

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

border-color css

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

 span { border-color: rgb(241,52,78); }

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