Html Css Color HEX #F1215D Amaranth

📋 copy color: '#F1215D'

red 241 ◦ green 33 ◦ blue 93

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

Shades of Amaranth #F1215D

Tints of Amaranth #F1215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.99%

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 65.67%
G = 8.99%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1215D (or 0xF1215D) is known color: Amaranth. HEX triplet: F1, 21 and 5D. RGB value is (241,33,93). Sum of RGB (Red+Green+Blue) = 241+33+93=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1215D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1215D is #0EDEA2. Grayscale: #666666. Windows color (decimal): -974499 or 6103537. OLE color: 6103537.

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

Color convert

RGB 241 33 93 -
CMYK 0 0.86 0.61 0.05
HSL 342.69º 0.88% 0.54% -
HSV(B) 342.69º 0.86% 0.95% -
XYZ 38.8 20.58 12.28 -
YUV 102.03 122.91 227.12 -
System Red Green Blue C M Y K H S L
Decimal 241 33 93 0 0.86 0.61 0.05 342.69 0.88 0.54
Hex F1 21 5D 0 56 3D 5 157 58 36
Octal 361 41 135 0 126 75 5 527 130 66
Binary 11110001 100001 1011101 0 1010110 111101 101 101010111 1011000 110110

Color Harmonies of #F1215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1215D

Black with #F1215D

Text Example


Text Example

White with #F1215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1215D; }

 p { color: rgb(241,33,93); }

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

background-color css

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

 a { background-color: rgb(241,33,93); }

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

border-color css

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

 span { border-color: rgb(241,33,93); }

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