Html Css Color HEX #F42148 Amaranth

📋 copy color: '#F42148'

red 244 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #F42148

Tints of Amaranth #F42148

RGB

 RED value IS 244 (95.7% from 255) = 69.91%

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

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

R = 69.91%
G = 9.46%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F42148 (or 0xF42148) is known color: Amaranth. HEX triplet: F4, 21 and 48. RGB value is (244,33,72). Sum of RGB (Red+Green+Blue) = 244+33+72=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F42148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42148 is #0BDEB7. Grayscale: #646464. Windows color (decimal): -777912 or 4727284. OLE color: 4727284.

HSL color Cylindrical-coordinate representation of color #F42148: hue angle of 348.91º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42148 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 72 -
CMYK 0 0.86 0.70 0.04
HSL 348.91º 0.91% 0.54% -
HSV(B) 348.91º 0.86% 0.96% -
XYZ 39.02 20.79 8.09 -
YUV 100.54 111.9 230.33 -
System Red Green Blue C M Y K H S L
Decimal 244 33 72 0 0.86 0.70 0.04 348.91 0.91 0.54
Hex F4 21 48 0 56 46 4 15D 5B 36
Octal 364 41 110 0 126 106 4 535 133 66
Binary 11110100 100001 1001000 0 1010110 1000110 100 101011101 1011011 110110

Color Harmonies of #F42148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42148

Black with #F42148

Text Example


Text Example

White with #F42148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42148; }

 p { color: rgb(244,33,72); }

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

background-color css

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

 a { background-color: rgb(244,33,72); }

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

border-color css

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

 span { border-color: rgb(244,33,72); }

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