Html Css Color HEX #F32C53 Amaranth

📋 copy color: '#F32C53'

red 243 ◦ green 44 ◦ blue 83

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

Shades of Amaranth #F32C53

Tints of Amaranth #F32C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

 BLUE value IS 83 (32.81% from 255) = 22.43%

R = 65.68%
G = 11.89%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F32C53 (or 0xF32C53) is known color: Amaranth. HEX triplet: F3, 2C and 53. RGB value is (243,44,83). Sum of RGB (Red+Green+Blue) = 243+44+83=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F32C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32C53 is #0CD3AC. Grayscale: #6B6B6B. Windows color (decimal): -840621 or 5450995. OLE color: 5450995.

HSL color Cylindrical-coordinate representation of color #F32C53: hue angle of 348.24º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32C53 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 44 83 -
CMYK 0 0.82 0.66 0.05
HSL 348.24º 0.89% 0.56% -
HSV(B) 348.24º 0.82% 0.95% -
XYZ 39.42 21.48 10.25 -
YUV 107.95 113.93 224.33 -
System Red Green Blue C M Y K H S L
Decimal 243 44 83 0 0.82 0.66 0.05 348.24 0.89 0.56
Hex F3 2C 53 0 52 42 5 15C 59 38
Octal 363 54 123 0 122 102 5 534 131 70
Binary 11110011 101100 1010011 0 1010010 1000010 101 101011100 1011001 111000

Color Harmonies of #F32C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32C53

Black with #F32C53

Text Example


Text Example

White with #F32C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32C53; }

 p { color: rgb(243,44,83); }

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

background-color css

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

 a { background-color: rgb(243,44,83); }

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

border-color css

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

 span { border-color: rgb(243,44,83); }

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