Html Css Color HEX #F42851 Amaranth

📋 copy color: '#F42851'

red 244 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #F42851

Tints of Amaranth #F42851

RGB

 RED value IS 244 (95.7% from 255) = 66.85%

 GREEN value IS 40 (16.02% from 255) = 10.96%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 66.85%
G = 10.96%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F42851 (or 0xF42851) is known color: Amaranth. HEX triplet: F4, 28 and 51. RGB value is (244,40,81). Sum of RGB (Red+Green+Blue) = 244+40+81=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F42851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42851 is #0BD7AE. Grayscale: #696969. Windows color (decimal): -776111 or 5318900. OLE color: 5318900.

HSL color Cylindrical-coordinate representation of color #F42851: hue angle of 347.94º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F42851 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 40 81 -
CMYK 0 0.84 0.67 0.04
HSL 347.94º 0.9% 0.56% -
HSV(B) 347.94º 0.84% 0.96% -
XYZ 39.55 21.34 9.82 -
YUV 105.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 244 40 81 0 0.84 0.67 0.04 347.94 0.9 0.56
Hex F4 28 51 0 54 43 4 15C 5A 38
Octal 364 50 121 0 124 103 4 534 132 70
Binary 11110100 101000 1010001 0 1010100 1000011 100 101011100 1011010 111000

Color Harmonies of #F42851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42851

Black with #F42851

Text Example


Text Example

White with #F42851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42851; }

 p { color: rgb(244,40,81); }

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

background-color css

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

 a { background-color: rgb(244,40,81); }

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

border-color css

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

 span { border-color: rgb(244,40,81); }

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