Html Css Color HEX #F1214A Amaranth

📋 copy color: '#F1214A'

red 241 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #F1214A

Tints of Amaranth #F1214A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 69.25%
G = 9.48%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1214A (or 0xF1214A) is known color: Amaranth. HEX triplet: F1, 21 and 4A. RGB value is (241,33,74). Sum of RGB (Red+Green+Blue) = 241+33+74=348 (46% of max value = 765). Red value is 241 (94.53% from 255 or 69.25% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 241 - color contains mainly: red. Hex color #F1214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1214A is #0EDEB5. Grayscale: #636363. Windows color (decimal): -974518 or 4858353. OLE color: 4858353.

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

Color convert

RGB 241 33 74 -
CMYK 0 0.86 0.69 0.05
HSL 348.17º 0.88% 0.54% -
HSV(B) 348.17º 0.86% 0.95% -
XYZ 38.06 20.28 8.39 -
YUV 99.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 241 33 74 0 0.86 0.69 0.05 348.17 0.88 0.54
Hex F1 21 4A 0 56 45 5 15C 58 36
Octal 361 41 112 0 126 105 5 534 130 66
Binary 11110001 100001 1001010 0 1010110 1000101 101 101011100 1011000 110110

Color Harmonies of #F1214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1214A

Black with #F1214A

Text Example


Text Example

White with #F1214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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