Html Css Color HEX #F21A50 Amaranth

📋 copy color: '#F21A50'

red 242 ◦ green 26 ◦ blue 80

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

Shades of Amaranth #F21A50

Tints of Amaranth #F21A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

 BLUE value IS 80 (31.64% from 255) = 22.99%

R = 69.54%
G = 7.47%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F21A50 (or 0xF21A50) is known color: Amaranth. HEX triplet: F2, 1A and 50. RGB value is (242,26,80). Sum of RGB (Red+Green+Blue) = 242+26+80=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A50 is #0DE5AF. Grayscale: #606060. Windows color (decimal): -910768 or 5249778. OLE color: 5249778.

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

Color convert

RGB 242 26 80 -
CMYK 0 0.89 0.67 0.05
HSL 345º 0.89% 0.53% -
HSV(B) 345º 0.89% 0.95% -
XYZ 38.44 20.2 9.46 -
YUV 96.74 118.56 231.61 -
System Red Green Blue C M Y K H S L
Decimal 242 26 80 0 0.89 0.67 0.05 345 0.89 0.53
Hex F2 1A 50 0 59 43 5 159 59 35
Octal 362 32 120 0 131 103 5 531 131 65
Binary 11110010 11010 1010000 0 1011001 1000011 101 101011001 1011001 110101

Color Harmonies of #F21A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21A50

Black with #F21A50

Text Example


Text Example

White with #F21A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21A50; }

 p { color: rgb(242,26,80); }

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

background-color css

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

 a { background-color: rgb(242,26,80); }

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

border-color css

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

 span { border-color: rgb(242,26,80); }

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