Html Css Color HEX #F42F51 Amaranth

📋 copy color: '#F42F51'

red 244 ◦ green 47 ◦ blue 81

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

Shades of Amaranth #F42F51

Tints of Amaranth #F42F51

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

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

R = 65.59%
G = 12.63%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F42F51 (or 0xF42F51) is known color: Amaranth. HEX triplet: F4, 2F and 51. RGB value is (244,47,81). Sum of RGB (Red+Green+Blue) = 244+47+81=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42F51 is #0BD0AE. Grayscale: #6D6D6D. Windows color (decimal): -774319 or 5320692. OLE color: 5320692.

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

Color convert

RGB 244 47 81 -
CMYK 0 0.81 0.67 0.04
HSL 349.64º 0.9% 0.57% -
HSV(B) 349.64º 0.81% 0.96% -
XYZ 39.81 21.86 9.91 -
YUV 109.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 244 47 81 0 0.81 0.67 0.04 349.64 0.9 0.57
Hex F4 2F 51 0 51 43 4 15E 5A 39
Octal 364 57 121 0 121 103 4 536 132 71
Binary 11110100 101111 1010001 0 1010001 1000011 100 101011110 1011010 111001

Color Harmonies of #F42F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42F51

Black with #F42F51

Text Example


Text Example

White with #F42F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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