Html Css Color HEX #F14448 Amaranth

📋 copy color: '#F14448'

red 241 ◦ green 68 ◦ blue 72

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

Shades of Amaranth #F14448

Tints of Amaranth #F14448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 63.25%
G = 17.85%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F14448 (or 0xF14448) is known color: Amaranth. HEX triplet: F1, 44 and 48. RGB value is (241,68,72). Sum of RGB (Red+Green+Blue) = 241+68+72=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F14448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14448 is #0EBBB7. Grayscale: #787878. Windows color (decimal): -965560 or 4736241. OLE color: 4736241.

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

Color convert

RGB 241 68 72 -
CMYK 0 0.72 0.70 0.05
HSL 358.61º 0.86% 0.61% -
HSV(B) 358.61º 0.72% 0.95% -
XYZ 39.51 23.3 8.55 -
YUV 120.18 100.81 214.17 -
System Red Green Blue C M Y K H S L
Decimal 241 68 72 0 0.72 0.70 0.05 358.61 0.86 0.61
Hex F1 44 48 0 48 46 5 167 56 3D
Octal 361 104 110 0 110 106 5 547 126 75
Binary 11110001 1000100 1001000 0 1001000 1000110 101 101100111 1010110 111101

Color Harmonies of #F14448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14448

Black with #F14448

Text Example


Text Example

White with #F14448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14448; }

 p { color: rgb(241,68,72); }

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

background-color css

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

 a { background-color: rgb(241,68,72); }

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

border-color css

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

 span { border-color: rgb(241,68,72); }

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