Html Css Color HEX #F42650 Amaranth

📋 copy color: '#F42650'

red 244 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #F42650

Tints of Amaranth #F42650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.1%

R = 67.4%
G = 10.5%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F42650 (or 0xF42650) is known color: Amaranth. HEX triplet: F4, 26 and 50. RGB value is (244,38,80). Sum of RGB (Red+Green+Blue) = 244+38+80=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F42650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F42650 is #0BD9AF. Grayscale: #686868. Windows color (decimal): -776624 or 5252852. OLE color: 5252852.

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

Color convert

RGB 244 38 80 -
CMYK 0 0.84 0.67 0.04
HSL 347.77º 0.9% 0.55% -
HSV(B) 347.77º 0.84% 0.96% -
XYZ 39.45 21.2 9.6 -
YUV 104.38 114.25 227.58 -
System Red Green Blue C M Y K H S L
Decimal 244 38 80 0 0.84 0.67 0.04 347.77 0.9 0.55
Hex F4 26 50 0 54 43 4 15C 5A 37
Octal 364 46 120 0 124 103 4 534 132 67
Binary 11110100 100110 1010000 0 1010100 1000011 100 101011100 1011010 110111

Color Harmonies of #F42650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42650

Black with #F42650

Text Example


Text Example

White with #F42650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42650; }

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

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

background-color css

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

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

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

border-color css

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

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

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