Html Css Color HEX #F1215A Amaranth

📋 copy color: '#F1215A'

red 241 ◦ green 33 ◦ blue 90

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

Shades of Amaranth #F1215A

Tints of Amaranth #F1215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 66.21%
G = 9.07%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1215A (or 0xF1215A) is known color: Amaranth. HEX triplet: F1, 21 and 5A. RGB value is (241,33,90). Sum of RGB (Red+Green+Blue) = 241+33+90=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F1215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1215A is #0EDEA5. Grayscale: #656565. Windows color (decimal): -974502 or 5906929. OLE color: 5906929.

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

Color convert

RGB 241 33 90 -
CMYK 0 0.86 0.63 0.05
HSL 343.56º 0.88% 0.54% -
HSV(B) 343.56º 0.86% 0.95% -
XYZ 38.66 20.53 11.6 -
YUV 101.69 121.41 227.37 -
System Red Green Blue C M Y K H S L
Decimal 241 33 90 0 0.86 0.63 0.05 343.56 0.88 0.54
Hex F1 21 5A 0 56 3F 5 158 58 36
Octal 361 41 132 0 126 77 5 530 130 66
Binary 11110001 100001 1011010 0 1010110 111111 101 101011000 1011000 110110

Color Harmonies of #F1215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1215A

Black with #F1215A

Text Example


Text Example

White with #F1215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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