Html Css Color HEX #F42654 Amaranth

📋 copy color: '#F42654'

red 244 ◦ green 38 ◦ blue 84

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

Shades of Amaranth #F42654

Tints of Amaranth #F42654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.38%

 BLUE value IS 84 (33.2% from 255) = 22.95%

R = 66.67%
G = 10.38%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F42654 (or 0xF42654) is known color: Amaranth. HEX triplet: F4, 26 and 54. RGB value is (244,38,84). Sum of RGB (Red+Green+Blue) = 244+38+84=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F42654 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42654 is #0BD9AB. Grayscale: #686868. Windows color (decimal): -776620 or 5514996. OLE color: 5514996.

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

Color convert

RGB 244 38 84 -
CMYK 0 0.84 0.66 0.04
HSL 346.6º 0.9% 0.55% -
HSV(B) 346.6º 0.84% 0.96% -
XYZ 39.6 21.26 10.4 -
YUV 104.84 116.25 227.26 -
System Red Green Blue C M Y K H S L
Decimal 244 38 84 0 0.84 0.66 0.04 346.6 0.9 0.55
Hex F4 26 54 0 54 42 4 15B 5A 37
Octal 364 46 124 0 124 102 4 533 132 67
Binary 11110100 100110 1010100 0 1010100 1000010 100 101011011 1011010 110111

Color Harmonies of #F42654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42654

Black with #F42654

Text Example


Text Example

White with #F42654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42654; }

 p { color: rgb(244,38,84); }

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

background-color css

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

 a { background-color: rgb(244,38,84); }

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

border-color css

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

 span { border-color: rgb(244,38,84); }

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