Html Css Color HEX #F34047 Amaranth

📋 copy color: '#F34047'

red 243 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #F34047

Tints of Amaranth #F34047

RGB

 RED value IS 243 (95.31% from 255) = 64.29%

 GREEN value IS 64 (25.39% from 255) = 16.93%

 BLUE value IS 71 (28.13% from 255) = 18.78%

R = 64.29%
G = 16.93%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F34047 (or 0xF34047) is known color: Amaranth. HEX triplet: F3, 40 and 47. RGB value is (243,64,71). Sum of RGB (Red+Green+Blue) = 243+64+71=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F34047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34047 is #0CBFB8. Grayscale: #767676. Windows color (decimal): -835513 or 4669683. OLE color: 4669683.

HSL color Cylindrical-coordinate representation of color #F34047: hue angle of 357.65º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34047 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 64 71 -
CMYK 0 0.74 0.71 0.05
HSL 357.65º 0.88% 0.6% -
HSV(B) 357.65º 0.74% 0.95% -
XYZ 39.93 23.18 8.33 -
YUV 118.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 243 64 71 0 0.74 0.71 0.05 357.65 0.88 0.6
Hex F3 40 47 0 4A 47 5 166 58 3C
Octal 363 100 107 0 112 107 5 546 130 74
Binary 11110011 1000000 1000111 0 1001010 1000111 101 101100110 1011000 111100

Color Harmonies of #F34047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34047

Black with #F34047

Text Example


Text Example

White with #F34047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34047; }

 p { color: rgb(243,64,71); }

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

background-color css

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

 a { background-color: rgb(243,64,71); }

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

border-color css

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

 span { border-color: rgb(243,64,71); }

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