Html Css Color HEX #F42259 Amaranth

📋 copy color: '#F42259'

red 244 ◦ green 34 ◦ blue 89

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

Shades of Amaranth #F42259

Tints of Amaranth #F42259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

 BLUE value IS 89 (35.16% from 255) = 24.25%

R = 66.49%
G = 9.26%
B = 24.25%

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

#F42259 (or 0xF42259) is known color: Amaranth. HEX triplet: F4, 22 and 59. RGB value is (244,34,89). Sum of RGB (Red+Green+Blue) = 244+34+89=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F42259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42259 is #0BDDA6. Grayscale: #676767. Windows color (decimal): -777639 or 5841652. OLE color: 5841652.

HSL color Cylindrical-coordinate representation of color #F42259: hue angle of 344.29º degrees, saturation: 0.91, 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 #F42259 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 34 89 -
CMYK 0 0.86 0.64 0.04
HSL 344.29º 0.91% 0.55% -
HSV(B) 344.29º 0.86% 0.96% -
XYZ 39.68 21.1 11.43 -
YUV 103.06 120.07 228.53 -
System Red Green Blue C M Y K H S L
Decimal 244 34 89 0 0.86 0.64 0.04 344.29 0.91 0.55
Hex F4 22 59 0 56 40 4 158 5B 37
Octal 364 42 131 0 126 100 4 530 133 67
Binary 11110100 100010 1011001 0 1010110 1000000 100 101011000 1011011 110111

Color Harmonies of #F42259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42259

Black with #F42259

Text Example


Text Example

White with #F42259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42259; }

 p { color: rgb(244,34,89); }

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

background-color css

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

 a { background-color: rgb(244,34,89); }

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

border-color css

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

 span { border-color: rgb(244,34,89); }

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