Html Css Color HEX #F42055 Amaranth

📋 copy color: '#F42055'

red 244 ◦ green 32 ◦ blue 85

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

Shades of Amaranth #F42055

Tints of Amaranth #F42055

RGB

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

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

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

R = 67.59%
G = 8.86%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F42055 (or 0xF42055) is known color: Amaranth. HEX triplet: F4, 20 and 55. RGB value is (244,32,85). Sum of RGB (Red+Green+Blue) = 244+32+85=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F42055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42055 is #0BDFAA. Grayscale: #656565. Windows color (decimal): -778155 or 5578996. OLE color: 5578996.

HSL color Cylindrical-coordinate representation of color #F42055: hue angle of 345º 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 #F42055 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 32 85 -
CMYK 0 0.87 0.65 0.04
HSL 345º 0.91% 0.54% -
HSV(B) 345º 0.87% 0.96% -
XYZ 39.46 20.92 10.55 -
YUV 101.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 244 32 85 0 0.87 0.65 0.04 345 0.91 0.54
Hex F4 20 55 0 57 41 4 159 5B 36
Octal 364 40 125 0 127 101 4 531 133 66
Binary 11110100 100000 1010101 0 1010111 1000001 100 101011001 1011011 110110

Color Harmonies of #F42055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42055

Black with #F42055

Text Example


Text Example

White with #F42055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42055; }

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

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

background-color css

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

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

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

border-color css

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

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

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