Html Css Color HEX #F21C53 Amaranth

📋 copy color: '#F21C53'

red 242 ◦ green 28 ◦ blue 83

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

Shades of Amaranth #F21C53

Tints of Amaranth #F21C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 68.56%
G = 7.93%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F21C53 (or 0xF21C53) is known color: Amaranth. HEX triplet: F2, 1C and 53. RGB value is (242,28,83). Sum of RGB (Red+Green+Blue) = 242+28+83=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21C53 is #0DE3AC. Grayscale: #626262. Windows color (decimal): -910253 or 5446898. OLE color: 5446898.

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

Color convert

RGB 242 28 83 -
CMYK 0 0.88 0.66 0.05
HSL 344.58º 0.89% 0.53% -
HSV(B) 344.58º 0.88% 0.95% -
XYZ 38.59 20.33 10.07 -
YUV 98.26 119.4 230.53 -
System Red Green Blue C M Y K H S L
Decimal 242 28 83 0 0.88 0.66 0.05 344.58 0.89 0.53
Hex F2 1C 53 0 58 42 5 159 59 35
Octal 362 34 123 0 130 102 5 531 131 65
Binary 11110010 11100 1010011 0 1011000 1000010 101 101011001 1011001 110101

Color Harmonies of #F21C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21C53

Black with #F21C53

Text Example


Text Example

White with #F21C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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