Html Css Color HEX #F1214F Amaranth

📋 copy color: '#F1214F'

red 241 ◦ green 33 ◦ blue 79

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

Shades of Amaranth #F1214F

Tints of Amaranth #F1214F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 68.27%
G = 9.35%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1214F (or 0xF1214F) is known color: Amaranth. HEX triplet: F1, 21 and 4F. RGB value is (241,33,79). Sum of RGB (Red+Green+Blue) = 241+33+79=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F1214F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1214F is #0EDEB0. Grayscale: #646464. Windows color (decimal): -974513 or 5186033. OLE color: 5186033.

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

Color convert

RGB 241 33 79 -
CMYK 0 0.86 0.67 0.05
HSL 346.73º 0.88% 0.54% -
HSV(B) 346.73º 0.86% 0.95% -
XYZ 38.23 20.35 9.31 -
YUV 100.44 115.91 228.26 -
System Red Green Blue C M Y K H S L
Decimal 241 33 79 0 0.86 0.67 0.05 346.73 0.88 0.54
Hex F1 21 4F 0 56 43 5 15B 58 36
Octal 361 41 117 0 126 103 5 533 130 66
Binary 11110001 100001 1001111 0 1010110 1000011 101 101011011 1011000 110110

Color Harmonies of #F1214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1214F

Black with #F1214F

Text Example


Text Example

White with #F1214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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