Html Css Color HEX #F43150 Amaranth

📋 copy color: '#F43150'

red 244 ◦ green 49 ◦ blue 80

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

Shades of Amaranth #F43150

Tints of Amaranth #F43150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.14%

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

R = 65.42%
G = 13.14%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F43150 (or 0xF43150) is known color: Amaranth. HEX triplet: F4, 31 and 50. RGB value is (244,49,80). Sum of RGB (Red+Green+Blue) = 244+49+80=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F43150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43150 is #0BCEAF. Grayscale: #6E6E6E. Windows color (decimal): -773808 or 5255668. OLE color: 5255668.

HSL color Cylindrical-coordinate representation of color #F43150: hue angle of 350.46º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F43150 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 49 80 -
CMYK 0 0.80 0.67 0.04
HSL 350.46º 0.9% 0.57% -
HSV(B) 350.46º 0.8% 0.96% -
XYZ 39.85 22.01 9.74 -
YUV 110.84 110.6 222.98 -
System Red Green Blue C M Y K H S L
Decimal 244 49 80 0 0.80 0.67 0.04 350.46 0.9 0.57
Hex F4 31 50 0 50 43 4 15E 5A 39
Octal 364 61 120 0 120 103 4 536 132 71
Binary 11110100 110001 1010000 0 1010000 1000011 100 101011110 1011010 111001

Color Harmonies of #F43150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43150

Black with #F43150

Text Example


Text Example

White with #F43150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43150; }

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

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

background-color css

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

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

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

border-color css

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

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

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