Html Css Color HEX #F42555 Amaranth

📋 copy color: '#F42555'

red 244 ◦ green 37 ◦ blue 85

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

Shades of Amaranth #F42555

Tints of Amaranth #F42555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.11%

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 66.67%
G = 10.11%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F42555 (or 0xF42555) is known color: Amaranth. HEX triplet: F4, 25 and 55. RGB value is (244,37,85). Sum of RGB (Red+Green+Blue) = 244+37+85=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F42555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42555 is #0BDAAA. Grayscale: #686868. Windows color (decimal): -776875 or 5580276. OLE color: 5580276.

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

Color convert

RGB 244 37 85 -
CMYK 0 0.85 0.65 0.04
HSL 346.09º 0.9% 0.55% -
HSV(B) 346.09º 0.85% 0.96% -
XYZ 39.61 21.21 10.6 -
YUV 104.37 117.08 227.6 -
System Red Green Blue C M Y K H S L
Decimal 244 37 85 0 0.85 0.65 0.04 346.09 0.9 0.55
Hex F4 25 55 0 55 41 4 15A 5A 37
Octal 364 45 125 0 125 101 4 532 132 67
Binary 11110100 100101 1010101 0 1010101 1000001 100 101011010 1011010 110111

Color Harmonies of #F42555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42555

Black with #F42555

Text Example


Text Example

White with #F42555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42555; }

 p { color: rgb(244,37,85); }

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

background-color css

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

 a { background-color: rgb(244,37,85); }

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

border-color css

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

 span { border-color: rgb(244,37,85); }

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