Html Css Color HEX #F1295C Amaranth

📋 copy color: '#F1295C'

red 241 ◦ green 41 ◦ blue 92

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

Shades of Amaranth #F1295C

Tints of Amaranth #F1295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.96%

 BLUE value IS 92 (36.33% from 255) = 24.6%

R = 64.44%
G = 10.96%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1295C (or 0xF1295C) is known color: Amaranth. HEX triplet: F1, 29 and 5C. RGB value is (241,41,92). Sum of RGB (Red+Green+Blue) = 241+41+92=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F1295C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1295C is #0ED6A3. Grayscale: #6A6A6A. Windows color (decimal): -972452 or 6040049. OLE color: 6040049.

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

Color convert

RGB 241 41 92 -
CMYK 0 0.83 0.62 0.05
HSL 344.7º 0.88% 0.55% -
HSV(B) 344.7º 0.83% 0.95% -
XYZ 39 21.06 12.13 -
YUV 106.61 119.76 223.85 -
System Red Green Blue C M Y K H S L
Decimal 241 41 92 0 0.83 0.62 0.05 344.7 0.88 0.55
Hex F1 29 5C 0 53 3E 5 159 58 37
Octal 361 51 134 0 123 76 5 531 130 67
Binary 11110001 101001 1011100 0 1010011 111110 101 101011001 1011000 110111

Color Harmonies of #F1295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1295C

Black with #F1295C

Text Example


Text Example

White with #F1295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1295C; }

 p { color: rgb(241,41,92); }

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

background-color css

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

 a { background-color: rgb(241,41,92); }

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

border-color css

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

 span { border-color: rgb(241,41,92); }

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