Html Css Color HEX #F21950 Amaranth

📋 copy color: '#F21950'

red 242 ◦ green 25 ◦ blue 80

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

Shades of Amaranth #F21950

Tints of Amaranth #F21950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.2%

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

R = 69.74%
G = 7.2%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F21950 (or 0xF21950) is known color: Amaranth. HEX triplet: F2, 19 and 50. RGB value is (242,25,80). Sum of RGB (Red+Green+Blue) = 242+25+80=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F21950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21950 is #0DE6AF. Grayscale: #606060. Windows color (decimal): -911024 or 5249522. OLE color: 5249522.

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

Color convert

RGB 242 25 80 -
CMYK 0 0.90 0.67 0.05
HSL 344.79º 0.89% 0.52% -
HSV(B) 344.79º 0.9% 0.95% -
XYZ 38.41 20.15 9.45 -
YUV 96.15 118.89 232.03 -
System Red Green Blue C M Y K H S L
Decimal 242 25 80 0 0.90 0.67 0.05 344.79 0.89 0.52
Hex F2 19 50 0 5A 43 5 159 59 34
Octal 362 31 120 0 132 103 5 531 131 64
Binary 11110010 11001 1010000 0 1011010 1000011 101 101011001 1011001 110100

Color Harmonies of #F21950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21950

Black with #F21950

Text Example


Text Example

White with #F21950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21950; }

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

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

background-color css

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

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

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

border-color css

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

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

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