Html Css Color HEX #F42057 Amaranth

📋 copy color: '#F42057'

red 244 ◦ green 32 ◦ blue 87

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

Shades of Amaranth #F42057

Tints of Amaranth #F42057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.82%

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

R = 67.22%
G = 8.82%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F42057 (or 0xF42057) is known color: Amaranth. HEX triplet: F4, 20 and 57. RGB value is (244,32,87). Sum of RGB (Red+Green+Blue) = 244+32+87=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F42057 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42057 is #0BDFA8. Grayscale: #656565. Windows color (decimal): -778153 or 5710068. OLE color: 5710068.

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

Color convert

RGB 244 32 87 -
CMYK 0 0.87 0.64 0.04
HSL 344.43º 0.91% 0.54% -
HSV(B) 344.43º 0.87% 0.96% -
XYZ 39.55 20.95 10.98 -
YUV 101.66 119.74 229.53 -
System Red Green Blue C M Y K H S L
Decimal 244 32 87 0 0.87 0.64 0.04 344.43 0.91 0.54
Hex F4 20 57 0 57 40 4 158 5B 36
Octal 364 40 127 0 127 100 4 530 133 66
Binary 11110100 100000 1010111 0 1010111 1000000 100 101011000 1011011 110110

Color Harmonies of #F42057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42057

Black with #F42057

Text Example


Text Example

White with #F42057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42057; }

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

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

background-color css

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

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

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

border-color css

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

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

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