Html Css Color HEX #F42357 Amaranth

📋 copy color: '#F42357'

red 244 ◦ green 35 ◦ blue 87

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

Shades of Amaranth #F42357

Tints of Amaranth #F42357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.56%

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

R = 66.67%
G = 9.56%
B = 23.77%

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

#F42357 (or 0xF42357) is known color: Amaranth. HEX triplet: F4, 23 and 57. RGB value is (244,35,87). Sum of RGB (Red+Green+Blue) = 244+35+87=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F42357 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42357 is #0BDCA8. Grayscale: #676767. Windows color (decimal): -777385 or 5710836. OLE color: 5710836.

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

Color convert

RGB 244 35 87 -
CMYK 0 0.86 0.64 0.04
HSL 345.07º 0.9% 0.55% -
HSV(B) 345.07º 0.86% 0.96% -
XYZ 39.63 21.12 11.01 -
YUV 103.42 118.74 228.27 -
System Red Green Blue C M Y K H S L
Decimal 244 35 87 0 0.86 0.64 0.04 345.07 0.9 0.55
Hex F4 23 57 0 56 40 4 159 5A 37
Octal 364 43 127 0 126 100 4 531 132 67
Binary 11110100 100011 1010111 0 1010110 1000000 100 101011001 1011010 110111

Color Harmonies of #F42357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42357

Black with #F42357

Text Example


Text Example

White with #F42357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42357; }

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

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

background-color css

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

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

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

border-color css

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

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

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