Html Css Color HEX #F21C48 Amaranth

📋 copy color: '#F21C48'

red 242 ◦ green 28 ◦ blue 72

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

Shades of Amaranth #F21C48

Tints of Amaranth #F21C48

RGB

 RED value IS 242 (94.92% from 255) = 70.76%

 GREEN value IS 28 (11.33% from 255) = 8.19%

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

R = 70.76%
G = 8.19%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F21C48 (or 0xF21C48) is known color: Amaranth. HEX triplet: F2, 1C and 48. RGB value is (242,28,72). Sum of RGB (Red+Green+Blue) = 242+28+72=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C48 is #0DE3B7. Grayscale: #616161. Windows color (decimal): -910264 or 4726002. OLE color: 4726002.

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

Color convert

RGB 242 28 72 -
CMYK 0 0.88 0.70 0.05
HSL 347.66º 0.89% 0.53% -
HSV(B) 347.66º 0.88% 0.95% -
XYZ 38.2 20.18 8.01 -
YUV 97 113.9 231.42 -
System Red Green Blue C M Y K H S L
Decimal 242 28 72 0 0.88 0.70 0.05 347.66 0.89 0.53
Hex F2 1C 48 0 58 46 5 15C 59 35
Octal 362 34 110 0 130 106 5 534 131 65
Binary 11110010 11100 1001000 0 1011000 1000110 101 101011100 1011001 110101

Color Harmonies of #F21C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C48

Black with #F21C48

Text Example


Text Example

White with #F21C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C48; }

 p { color: rgb(242,28,72); }

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

background-color css

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

 a { background-color: rgb(242,28,72); }

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

border-color css

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

 span { border-color: rgb(242,28,72); }

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