Html Css Color HEX #F12755 Amaranth

📋 copy color: '#F12755'

red 241 ◦ green 39 ◦ blue 85

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

Shades of Amaranth #F12755

Tints of Amaranth #F12755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 66.03%
G = 10.68%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F12755 (or 0xF12755) is known color: Amaranth. HEX triplet: F1, 27 and 55. RGB value is (241,39,85). Sum of RGB (Red+Green+Blue) = 241+39+85=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F12755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12755 is #0ED8AA. Grayscale: #686868. Windows color (decimal): -972971 or 5580785. OLE color: 5580785.

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

Color convert

RGB 241 39 85 -
CMYK 0 0.84 0.65 0.05
HSL 346.34º 0.88% 0.55% -
HSV(B) 346.34º 0.84% 0.95% -
XYZ 38.64 20.81 10.57 -
YUV 104.64 116.92 225.26 -
System Red Green Blue C M Y K H S L
Decimal 241 39 85 0 0.84 0.65 0.05 346.34 0.88 0.55
Hex F1 27 55 0 54 41 5 15A 58 37
Octal 361 47 125 0 124 101 5 532 130 67
Binary 11110001 100111 1010101 0 1010100 1000001 101 101011010 1011000 110111

Color Harmonies of #F12755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12755

Black with #F12755

Text Example


Text Example

White with #F12755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12755; }

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

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

background-color css

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

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

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

border-color css

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

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

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