Html Css Color HEX #F32645 Amaranth

📋 copy color: '#F32645'

red 243 ◦ green 38 ◦ blue 69

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

Shades of Amaranth #F32645

Tints of Amaranth #F32645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.86%

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 69.43%
G = 10.86%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F32645 (or 0xF32645) is known color: Amaranth. HEX triplet: F3, 26 and 45. RGB value is (243,38,69). Sum of RGB (Red+Green+Blue) = 243+38+69=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F32645 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32645 is #0CD9BA. Grayscale: #666666. Windows color (decimal): -842171 or 4531955. OLE color: 4531955.

HSL color Cylindrical-coordinate representation of color #F32645: hue angle of 350.93º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32645 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 38 69 -
CMYK 0 0.84 0.72 0.05
HSL 350.93º 0.9% 0.55% -
HSV(B) 350.93º 0.84% 0.95% -
XYZ 38.73 20.87 7.62 -
YUV 102.83 108.92 227.98 -
System Red Green Blue C M Y K H S L
Decimal 243 38 69 0 0.84 0.72 0.05 350.93 0.9 0.55
Hex F3 26 45 0 54 48 5 15F 5A 37
Octal 363 46 105 0 124 110 5 537 132 67
Binary 11110011 100110 1000101 0 1010100 1001000 101 101011111 1011010 110111

Color Harmonies of #F32645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32645

Black with #F32645

Text Example


Text Example

White with #F32645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32645; }

 p { color: rgb(243,38,69); }

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

background-color css

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

 a { background-color: rgb(243,38,69); }

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

border-color css

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

 span { border-color: rgb(243,38,69); }

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