Html Css Color HEX #F42157 Amaranth

📋 copy color: '#F42157'

red 244 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #F42157

Tints of Amaranth #F42157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.07%

 BLUE value IS 87 (34.38% from 255) = 23.9%

R = 67.03%
G = 9.07%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F42157 (or 0xF42157) is known color: Amaranth. HEX triplet: F4, 21 and 57. RGB value is (244,33,87). Sum of RGB (Red+Green+Blue) = 244+33+87=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F42157 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42157 is #0BDEA8. Grayscale: #666666. Windows color (decimal): -777897 or 5710324. OLE color: 5710324.

HSL color Cylindrical-coordinate representation of color #F42157: hue angle of 344.64º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42157 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 33 87 -
CMYK 0 0.86 0.64 0.04
HSL 344.64º 0.91% 0.54% -
HSV(B) 344.64º 0.86% 0.96% -
XYZ 39.57 21.01 10.99 -
YUV 102.25 119.4 229.11 -
System Red Green Blue C M Y K H S L
Decimal 244 33 87 0 0.86 0.64 0.04 344.64 0.91 0.54
Hex F4 21 57 0 56 40 4 159 5B 36
Octal 364 41 127 0 126 100 4 531 133 66
Binary 11110100 100001 1010111 0 1010110 1000000 100 101011001 1011011 110110

Color Harmonies of #F42157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42157

Black with #F42157

Text Example


Text Example

White with #F42157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42157; }

 p { color: rgb(244,33,87); }

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

background-color css

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

 a { background-color: rgb(244,33,87); }

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

border-color css

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

 span { border-color: rgb(244,33,87); }

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