Html Css Color HEX #F43742 Amaranth

📋 copy color: '#F43742'

red 244 ◦ green 55 ◦ blue 66

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

Shades of Amaranth #F43742

Tints of Amaranth #F43742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.07%

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

R = 66.85%
G = 15.07%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F43742 (or 0xF43742) is known color: Amaranth. HEX triplet: F4, 37 and 42. RGB value is (244,55,66). Sum of RGB (Red+Green+Blue) = 244+55+66=365 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.85% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 244 - color contains mainly: red. Hex color #F43742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F43742 is #0BC8BD. Grayscale: #707070. Windows color (decimal): -772286 or 4339700. OLE color: 4339700.

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

Color convert

RGB 244 55 66 -
CMYK 0 0.77 0.73 0.04
HSL 356.51º 0.9% 0.59% -
HSV(B) 356.51º 0.77% 0.96% -
XYZ 39.66 22.36 7.38 -
YUV 112.77 101.62 221.61 -
System Red Green Blue C M Y K H S L
Decimal 244 55 66 0 0.77 0.73 0.04 356.51 0.9 0.59
Hex F4 37 42 0 4D 49 4 165 5A 3B
Octal 364 67 102 0 115 111 4 545 132 73
Binary 11110100 110111 1000010 0 1001101 1001001 100 101100101 1011010 111011

Color Harmonies of #F43742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43742

Black with #F43742

Text Example


Text Example

White with #F43742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43742; }

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

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

background-color css

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

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

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

border-color css

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

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

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