Html Css Color HEX #F21F4D Amaranth

📋 copy color: '#F21F4D'

red 242 ◦ green 31 ◦ blue 77

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

Shades of Amaranth #F21F4D

Tints of Amaranth #F21F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 69.14%
G = 8.86%
B = 22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F21F4D (or 0xF21F4D) is known color: Amaranth. HEX triplet: F2, 1F and 4D. RGB value is (242,31,77). Sum of RGB (Red+Green+Blue) = 242+31+77=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21F4D is #0DE0B2. Grayscale: #636363. Windows color (decimal): -909491 or 5054450. OLE color: 5054450.

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

Color convert

RGB 242 31 77 -
CMYK 0 0.87 0.68 0.05
HSL 346.92º 0.89% 0.54% -
HSV(B) 346.92º 0.87% 0.95% -
XYZ 38.45 20.39 8.93 -
YUV 99.33 115.4 229.76 -
System Red Green Blue C M Y K H S L
Decimal 242 31 77 0 0.87 0.68 0.05 346.92 0.89 0.54
Hex F2 1F 4D 0 57 44 5 15B 59 36
Octal 362 37 115 0 127 104 5 533 131 66
Binary 11110010 11111 1001101 0 1010111 1000100 101 101011011 1011001 110110

Color Harmonies of #F21F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F4D

Black with #F21F4D

Text Example


Text Example

White with #F21F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F4D; }

 p { color: rgb(242,31,77); }

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

background-color css

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

 a { background-color: rgb(242,31,77); }

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

border-color css

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

 span { border-color: rgb(242,31,77); }

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