Html Css Color HEX #F43042 Amaranth

📋 copy color: '#F43042'

red 244 ◦ green 48 ◦ blue 66

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

Shades of Amaranth #F43042

Tints of Amaranth #F43042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 68.16%
G = 13.41%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F43042 (or 0xF43042) is known color: Amaranth. HEX triplet: F4, 30 and 42. RGB value is (244,48,66). Sum of RGB (Red+Green+Blue) = 244+48+66=358 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.16% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 244 - color contains mainly: red. Hex color #F43042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43042 is #0BCFBD. Grayscale: #6C6C6C. Windows color (decimal): -774078 or 4337908. OLE color: 4337908.

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

Color convert

RGB 244 48 66 -
CMYK 0 0.80 0.73 0.04
HSL 354.49º 0.9% 0.57% -
HSV(B) 354.49º 0.8% 0.96% -
XYZ 39.35 21.74 7.28 -
YUV 108.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 244 48 66 0 0.80 0.73 0.04 354.49 0.9 0.57
Hex F4 30 42 0 50 49 4 162 5A 39
Octal 364 60 102 0 120 111 4 542 132 71
Binary 11110100 110000 1000010 0 1010000 1001001 100 101100010 1011010 111001

Color Harmonies of #F43042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43042

Black with #F43042

Text Example


Text Example

White with #F43042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43042; }

 p { color: rgb(244,48,66); }

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

background-color css

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

 a { background-color: rgb(244,48,66); }

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

border-color css

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

 span { border-color: rgb(244,48,66); }

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