Html Css Color HEX #F21F44 Amaranth

📋 copy color: '#F21F44'

red 242 ◦ green 31 ◦ blue 68

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

Shades of Amaranth #F21F44

Tints of Amaranth #F21F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.94%

R = 70.97%
G = 9.09%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F21F44 (or 0xF21F44) is known color: Amaranth. HEX triplet: F2, 1F and 44. RGB value is (242,31,68). Sum of RGB (Red+Green+Blue) = 242+31+68=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21F44 is #0DE0BB. Grayscale: #626262. Windows color (decimal): -909500 or 4464626. OLE color: 4464626.

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

Color convert

RGB 242 31 68 -
CMYK 0 0.87 0.72 0.05
HSL 349.48º 0.89% 0.54% -
HSV(B) 349.48º 0.87% 0.95% -
XYZ 38.15 20.27 7.37 -
YUV 98.31 110.9 230.49 -
System Red Green Blue C M Y K H S L
Decimal 242 31 68 0 0.87 0.72 0.05 349.48 0.89 0.54
Hex F2 1F 44 0 57 48 5 15D 59 36
Octal 362 37 104 0 127 110 5 535 131 66
Binary 11110010 11111 1000100 0 1010111 1001000 101 101011101 1011001 110110

Color Harmonies of #F21F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21F44

Black with #F21F44

Text Example


Text Example

White with #F21F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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