Html Css Color HEX #F43152 Amaranth

📋 copy color: '#F43152'

red 244 ◦ green 49 ◦ blue 82

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

Shades of Amaranth #F43152

Tints of Amaranth #F43152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 65.07%
G = 13.07%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F43152 (or 0xF43152) is known color: Amaranth. HEX triplet: F4, 31 and 52. RGB value is (244,49,82). Sum of RGB (Red+Green+Blue) = 244+49+82=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F43152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43152 is #0BCEAD. Grayscale: #6F6F6F. Windows color (decimal): -773806 or 5386740. OLE color: 5386740.

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

Color convert

RGB 244 49 82 -
CMYK 0 0.80 0.66 0.04
HSL 349.85º 0.9% 0.57% -
HSV(B) 349.85º 0.8% 0.96% -
XYZ 39.93 22.04 10.13 -
YUV 111.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 244 49 82 0 0.80 0.66 0.04 349.85 0.9 0.57
Hex F4 31 52 0 50 42 4 15E 5A 39
Octal 364 61 122 0 120 102 4 536 132 71
Binary 11110100 110001 1010010 0 1010000 1000010 100 101011110 1011010 111001

Color Harmonies of #F43152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43152

Black with #F43152

Text Example


Text Example

White with #F43152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43152; }

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

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

background-color css

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

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

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

border-color css

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

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

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