Html Css Color HEX #F1275B Amaranth

📋 copy color: '#F1275B'

red 241 ◦ green 39 ◦ blue 91

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

Shades of Amaranth #F1275B

Tints of Amaranth #F1275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 64.96%
G = 10.51%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1275B (or 0xF1275B) is known color: Amaranth. HEX triplet: F1, 27 and 5B. RGB value is (241,39,91). Sum of RGB (Red+Green+Blue) = 241+39+91=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F1275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1275B is #0ED8A4. Grayscale: #696969. Windows color (decimal): -972965 or 5974001. OLE color: 5974001.

HSL color Cylindrical-coordinate representation of color #F1275B: hue angle of 344.55º 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 #F1275B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 39 91 -
CMYK 0 0.84 0.62 0.05
HSL 344.55º 0.88% 0.55% -
HSV(B) 344.55º 0.84% 0.95% -
XYZ 38.89 20.91 11.88 -
YUV 105.33 119.92 224.77 -
System Red Green Blue C M Y K H S L
Decimal 241 39 91 0 0.84 0.62 0.05 344.55 0.88 0.55
Hex F1 27 5B 0 54 3E 5 159 58 37
Octal 361 47 133 0 124 76 5 531 130 67
Binary 11110001 100111 1011011 0 1010100 111110 101 101011001 1011000 110111

Color Harmonies of #F1275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1275B

Black with #F1275B

Text Example


Text Example

White with #F1275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1275B; }

 p { color: rgb(241,39,91); }

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

background-color css

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

 a { background-color: rgb(241,39,91); }

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

border-color css

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

 span { border-color: rgb(241,39,91); }

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